更新商户入驻

This commit is contained in:
yaooo 2023-09-13 20:04:57 +08:00
parent 0e1a09f20b
commit a11a8a1823

View File

@ -109,6 +109,10 @@ class MerchantIntention extends BaseController
$ok = false;
if (!empty($resData) && is_string($resData)) {
Log::info("商户入驻申请反馈信息" . $resData);
$resInfo = json_decode($resData);
if(!empty($resInfo['code']) && $resInfo['code'] == 1){
$ok = true;
}
}
return $ok;
}