Commit fe11c217 by Sxy

fix: 推送地址

parent ced70b32
...@@ -202,7 +202,7 @@ const batchCreateBiz = async (data) => { ...@@ -202,7 +202,7 @@ const batchCreateBiz = async (data) => {
await pushQueue({ await pushQueue({
"actionType": "produceData",// Y 功能名称 "actionType": "produceData",// Y 功能名称
"actionBody": { "actionBody": {
"pushUrl": "http://center-tmtransaction-service/web/opreceive/need/springBoard",//"http://192.168.200.232:8002/testCallback" || Y 推送地址 "pushUrl": "http://center-channel-service/web/opreceive/need/springBoard",//"http://192.168.200.232:8002/testCallback" || Y 推送地址
"actionType": "needBatchUpload",// Y 推送地址接收时的功能名称 "actionType": "needBatchUpload",// Y 推送地址接收时的功能名称
"notifyUrl": "http://paas-service.newtime/entService/order/springBoard",// N 推送成功后通知的Url "notifyUrl": "http://paas-service.newtime/entService/order/springBoard",// N 推送成功后通知的Url
"identifyCode": "batchCreateBiz",// Y 操作的业务标识 "identifyCode": "batchCreateBiz",// 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