customers log put weichat need imgs

This commit is contained in:
qianhy
2023-03-15 14:13:42 +08:00
parent f425ae68ef
commit 521659c64a
@@ -410,6 +410,9 @@ class Customers extends Wxapp
$invalid_tag = $this->input_param('invalid_tag'); //战败标签
$daodian_tag = $this->input_param('daodian_tag'); //意向标签-到店
$goumai_tag = $this->input_param('goumai_tag'); //意向标签-购买
if ($follow_channel == '微信' && !$content_imgs){
throw new Exception('请上传跟进截图!', ERR_PARAMS_ERROR);
}
$row = $this->customers_model->get(['id' => $id]);
if (!$row) {
throw new Exception('数据不存在!', ERR_PARAMS_ERROR);