Merge branch 'feature_business_apply' into dev
This commit is contained in:
commit
12e43a6826
@ -96,7 +96,7 @@ class MerchantIntention extends BaseController
|
|||||||
$res = $this->sendMerIntentionApply($sendData, $postUrl);
|
$res = $this->sendMerIntentionApply($sendData, $postUrl);
|
||||||
if (!$res) {
|
if (!$res) {
|
||||||
Db::name('merchant_intention')->where('mer_intention_id', $intention->mer_intention_id)->delete();
|
Db::name('merchant_intention')->where('mer_intention_id', $intention->mer_intention_id)->delete();
|
||||||
throw new ValidateException('申请商户入驻任务,请联系平台');
|
throw new ValidateException('申请商户入驻失败,请联系平台');
|
||||||
}
|
}
|
||||||
return app('json')->success('提交成功');
|
return app('json')->success('提交成功');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user