Commit e67fcf16 by 王栋源

wdy

parent d9b29635
...@@ -453,25 +453,22 @@ class UtilsNeedService extends AppServiceBase { ...@@ -453,25 +453,22 @@ class UtilsNeedService extends AppServiceBase {
var reqParams = { var reqParams = {
actionBody: { actionBody: {
intentionBizId: pobj.actionBody.intentionBizId, intentionBizId: pobj.actionBody.intentionBizId,
status: "followingUp", status: "followingUp"
userInfo: pobj.userInfo
}, },
opType: "updateChanceStatus", opType: "updateChanceStatus",
appInfo: pobj.appInfo, appInfo: pobj.appInfo
userInfo: pobj.userInfo
} }
self.utilsPushSve.aliBusiness2Delivery(reqParams, "updateChanceStatus"); self.utilsPushSve.aliBusiness2Delivery(reqParams, "updateChanceStatus");
// var reqParams = { var fqobj = {
// actionBody: { actionBody: {
// "bizId": pobj.actionBody.intentionBizId, "bizId": pobj.actionBody.intentionBizId,
// "follow_date": (new Date()).toISOString(), "follow_date": (new Date()).toISOString(),
// "follow_content": pobj.actionBody.note "follow_content": pobj.actionBody.note
// }, },
// opType: "updateChanceStatus", opType: "aliFollowup",
// appInfo: pobj.appInfo, appInfo: pobj.appInfo
// userInfo: pobj.userInfo }
// } self.utilsPushSve.aliBusiness2Fq(fqobj, "aliFollowup");
// self.utilsPushSve.aliBusiness2Fq(pobj, "pushCloseICPNeed");
return system.getResultSuccess(); return system.getResultSuccess();
} }
......
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