Commit a4124fe3 by 王勇飞

gyq

parent 234cb803
...@@ -567,7 +567,7 @@ class TxHandler { ...@@ -567,7 +567,7 @@ class TxHandler {
async LeadsCreate(datajson) { async LeadsCreate(datajson) {
console.log("LeadsCreate----------------------------------------------",datajson); console.log("LeadsCreate----------------------------------------------",datajson);
var obj = { var obj = {
"pushUrl": this.bookUrl + "/bizOptCtl/insertInfo", "pushUrl": this.bookUrl + "/bizoptCtl/insertInfo",
"actionType": "insertInfo", "actionType": "insertInfo",
"messageBody": datajson, "messageBody": datajson,
//"requestId":datajson.requestId, //"requestId":datajson.requestId,
......
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