Commit db6da460 by 宋毅

tj

parent 27836cce
......@@ -281,7 +281,7 @@ class utilsTlBankSve {
try {
var req_param = querystring.stringify(param);
var rtn = await this.restClient.execPost2(req_param, reqUrl);
var rtnResult = { code: 1, msg: "SUCCESS", data: {} };
var rtnResult = { code: 1, msg: "success", data: {} };
if (rtn && rtn.stdout) {
var tmpResult = JSON.parse(rtn.stdout);
if (tmpResult.retcode == "FAIL") {
......@@ -350,7 +350,7 @@ class utilsTlBankSve {
result = "回调cusorderid参数错误,没有_标识";
return result;
}
if (attachList[0] && attachList[0].substr(0, 3) == "qft"tmpResult) {
if (attachList[0] && attachList[0].substr(0, 3) == "qft") {
var p = {
"actionProcess": "actionProcess参数不",
"actionType": "receiveCallBackNotify",
......
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