Commit 8773bcb3 by 庄冰

pushUrl

parent eb79df26
......@@ -27,7 +27,7 @@ class UtilsDeliverSystemService extends AppServiceBase {
var reqParams = {
actionType: "produceData",// Y 功能名称
actionBody: {
pushUrl: "http://paas-service.newtime/entService/order/springBoard",//interface_params_info.pushUrl,// Y 推送地址
pushUrl: interface_params_info.pushUrl,// Y 推送地址
actionType: interface_params_info.actionType,// Y 推送地址接收时的功能名称
notifyUrl: interface_params_info.notifyUrl || "",// N 推送成功后通知的Url
identifyCode: interface_params_info.identifyCode,// Y 操作的业务标识
......
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