Commit 55c5be6e authored by 何娜's avatar 何娜

taxh5 修改回调参数

parent 899828bd
Pipeline #7032 passed with stage
in 3 seconds
......@@ -37,7 +37,7 @@ class OrderController extends Controller {
type: 'object',
rule: {
token: 'string',
orderSn: 'string',
orderId: 'string',
appKey: 'string',
timestamp: 'string',
},
......
......@@ -142,7 +142,6 @@ class TaskController extends Controller {
result.cityName = script.hub_name || 'unknown';
result.taskId = taskId;
result.data = JSON.parse(result.data.data);
result.orderSn = orderId;
result.orderId = orderId;
result.appKey = appkey;
delete result.code;
......
......@@ -135,7 +135,7 @@ class PartnerService extends Service {
contentType: 'json',
method: 'POST',
data: {
orderSn: orderId,
orderId,
userId: userId || '',
status: 'success'
},
......
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