diff --git a/app/controller/api/store/merchant/MerchantIntention.php b/app/controller/api/store/merchant/MerchantIntention.php index 6417fb6c..a96f5685 100644 --- a/app/controller/api/store/merchant/MerchantIntention.php +++ b/app/controller/api/store/merchant/MerchantIntention.php @@ -109,7 +109,7 @@ class MerchantIntention extends BaseController $ok = false; if (!empty($resData) && is_string($resData)) { Log::info("商户入驻申请反馈信息" . $resData); - $resInfo = json_decode($resData); + $resInfo = json_decode($resData, true); if(!empty($resInfo['code']) && $resInfo['code'] == 1){ $ok = true; }