diff --git a/app/controller/api/store/merchant/MerchantIntention.php b/app/controller/api/store/merchant/MerchantIntention.php index 716af3cb..220c74f5 100644 --- a/app/controller/api/store/merchant/MerchantIntention.php +++ b/app/controller/api/store/merchant/MerchantIntention.php @@ -80,11 +80,11 @@ class MerchantIntention extends BaseController 'street' => $streetId, 'mer_intention_id' => $intention->mer_intention_id ]; - $res = $this->sendMerIntentionApply($sendData); - if (!$res) { - Db::name('merchant_intention')->where('mer_intention_id', $intention->mer_intention_id)->delete(); - throw new ValidateException('申请商户入驻任务失败,请联系平台'); - } + // $res = $this->sendMerIntentionApply($sendData); + // if (!$res) { + // Db::name('merchant_intention')->where('mer_intention_id', $intention->mer_intention_id)->delete(); + // throw new ValidateException('申请商户入驻任务失败,请联系平台'); + // } return app('json')->success('提交成功'); }