Commit 6e02884e by 宋毅

tj

parent 57478038
...@@ -40,7 +40,7 @@ class UtilsFgbusinesschancService extends AppServiceBase { ...@@ -40,7 +40,7 @@ class UtilsFgbusinesschancService extends AppServiceBase {
var tmpPobj = { var tmpPobj = {
appInfo: pobj.appInfo, appInfo: pobj.appInfo,
actionType: "create", actionType: "create",
actionBody = item actionBody: item
} }
var tmpResult = await self.restPostUrl(tmpPobj, reqUrl); var tmpResult = await self.restPostUrl(tmpPobj, reqUrl);
if (tmpResult.status == 0) { if (tmpResult.status == 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment