新增商户审核发布申请

This commit is contained in:
yaooo 2023-09-13 14:41:35 +08:00
parent 51b5bd91f3
commit 81c42ba878

View File

@ -87,6 +87,10 @@ class MerchantIntention extends BaseController
'street' => $streetId,
'mer_intention_id' => $intention->mer_intention_id
];
$res = $this->sendMerIntentionApply($sendData);
if (!$res) {
throw new ValidateException('申请商户入驻任务失败,请联系平台');
}
return app('json')->success('提交成功');
}