Commit 7e67fad6 by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents 96e83931 1d53feea
......@@ -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