Commit 1d53feea by 任晓松

udpate

parent 17001914
...@@ -72,7 +72,7 @@ class utils360Sve extends AppServiceBase { ...@@ -72,7 +72,7 @@ class utils360Sve extends AppServiceBase {
let pushObj = { let pushObj = {
order_id, order_id,
status, status,
sub_status: ApplicationStatus sub_status: Number(ApplicationStatus)
} }
let result = await this.restPostUrl(pushObj, url); let result = await this.restPostUrl(pushObj, url);
if (result.code == 200) { if (result.code == 200) {
......
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