修改身份证识别接口
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user