From f5775884e329c183908209a3dbf81e941f54119b Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Wed, 13 Sep 2023 17:01:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=95=86=E6=88=B7=E5=85=A5?= =?UTF-8?q?=E9=A9=BB=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/store/merchant/MerchantIntention.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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('提交成功'); }