add:商户认证反馈

This commit is contained in:
chenbo 2023-09-13 21:00:32 +08:00
parent 9d608716c6
commit 38a29b2ea3

View File

@ -147,6 +147,7 @@ class IndexController extends BaseApiController
$requestUtil = HttpClient::create()->request('POST', env('url.shop_prefix') . '/api/merchant/syncStatus?mer_intention_id='.$shopMerchant['mer_intention_id'], [
'body' => ['status' =>2]
]);
Log::info(['商户合同签约回调-商城响应', $requestUtil]);
}
}
}