Commit 1d53feea by 任晓松

udpate

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