过滤参数

This commit is contained in:
wanyongkang
2026-08-17 14:29:55 +08:00
parent 2887aee9bb
commit 07949057a1
2 changed files with 16 additions and 1 deletions

View File

@@ -422,6 +422,7 @@ class Order extends Controller
'code'=>-8,
'data' => '非法参数',
'msg' => '请求后台失败,请联系客服!'
// 'submsg' => $http_order_data->m
];
return $info;
} else {
@@ -473,4 +474,4 @@ class Order extends Controller
}
}