Commit 185719c2 by 宋毅

t

parent 394476b8
......@@ -327,7 +327,7 @@ class UtilsOrderService extends AppServiceBase {
}
async receiveCallBackNotify(parmas, client_ip) {
try {
if (!parmas || Object.keys(parmas).length == 0) {
if (!parmas) {
return system.getResult(null, "回调parmas中参数信息为空,100250");
}
//日志记录
......
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