Mise à jour de 'Devrules'
parent
48dd95954b
commit
bb100bd432
@ -86,7 +86,8 @@ Initialize a developer branch, each developer must create and checkout a new bra
|
|||||||
```
|
```
|
||||||
{
|
{
|
||||||
status: mandatory Integer,(web status code)
|
status: mandatory Integer,(web status code)
|
||||||
info: optional string,
|
ref: optional string ,
|
||||||
|
msg: optional string ,
|
||||||
data: optional object
|
data: optional object
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -102,7 +103,7 @@ Initialize a developer branch, each developer must create and checkout a new bra
|
|||||||
|
|
||||||
action_lg.json={"keyword":"a mustache string in lg language"}
|
action_lg.json={"keyword":"a mustache string in lg language"}
|
||||||
|
|
||||||
a return action.js ret = {status, ref:action, info:keyword, data:object}
|
a return action.js ret = {status, ref:action, msg:keyword, data:object}
|
||||||
|
|
||||||
```
|
```
|
||||||
in client site => you can manage return with mustache.render([ret.ref]_[xlang].json[ret.info],ret.data)
|
in client site => you can manage return with mustache.render([ret.ref]_[xlang].json[ret.info],ret.data)
|
||||||
|
Loading…
Reference in New Issue
Block a user