Commit 6ab20090 authored by 姜登's avatar 姜登

notice

parent f30dc362
Pipeline #17736 passed with stage
in 5 seconds
...@@ -104,6 +104,7 @@ class PartnerService extends Service { ...@@ -104,6 +104,7 @@ class PartnerService extends Service {
timeout: [30000, 30000], timeout: [30000, 30000],
contentType: 'json', contentType: 'json',
method: 'POST', method: 'POST',
dataType: 'json',
data: { data: {
order_id: orderId, order_id: orderId,
user_id: userId || '', user_id: userId || '',
...@@ -118,6 +119,7 @@ class PartnerService extends Service { ...@@ -118,6 +119,7 @@ class PartnerService extends Service {
timeout: [30000, 30000], timeout: [30000, 30000],
contentType: 'json', contentType: 'json',
method: 'POST', method: 'POST',
dataType: 'json',
data: { data: {
order_id: orderId, order_id: orderId,
user_id: userId || '', user_id: userId || '',
......
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