mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(reset) sendMsg: add status
This commit is contained in:
parent
ceb80b4533
commit
609799c490
1 changed files with 2 additions and 2 deletions
|
|
@ -398,8 +398,8 @@
|
|||
});
|
||||
}
|
||||
|
||||
function sendMsg(pParams, pMsg, pName) {
|
||||
var msg = CloudFunc.formatMsg(pMsg, pName);
|
||||
function sendMsg(pParams, pMsg, pName, pStatus) {
|
||||
var msg = CloudFunc.formatMsg(pMsg, pName, pStatus);
|
||||
sendResponse(pParams, msg);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue