This commit is contained in:
lin fan
2024-10-22 09:39:03 +08:00
parent 5fe529d06d
commit 9f294133e2
+4 -4
View File
@@ -267,10 +267,10 @@ class Cusorder extends Wxapp
$this->receiver_order_oplogs_model->add($log);
//数据提交汽车之家
$res = $this->orders_entity->post_auto($id);
if (!$res['code']) {
throw new Exception('网络错误,请联系管理员', ERR_PARAMS_ERROR);
}
// $res = $this->orders_entity->post_auto($id);
// if (!$res['code']) {
// throw new Exception('网络错误,请联系管理员', ERR_PARAMS_ERROR);
// }
throw new Exception('审核通过,操作成功', API_CODE_SUCCESS);
} else {
throw new Exception('操作失败,请联系管理员', ERR_PARAMS_ERROR);