修改身份证识别接口

This commit is contained in:
lccsw
2025-12-14 10:20:01 +08:00
parent 692310f9e5
commit db483cc4ba
@@ -161,7 +161,7 @@ class Cusorderdata extends Wxapp
if (!$row) {
throw new Exception('参数错误', ERR_PARAMS_ERROR);
}
$clues = $this->clues_model->get(['id' => $row['clues_id']]);
$clues = $this->clues_model->get(['id' => $row['clue_id']]);
$biz = $this->get_biz_info();
$data_row = $this->receiver_order_datas_model->get(['o_id' => $id]);
$jsondata = json_decode($data_row['jsondata'], true);