新增商户审核发布申请
This commit is contained in:
parent
51b5bd91f3
commit
81c42ba878
@ -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('提交成功');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user