商户审批回传拒绝原因
This commit is contained in:
parent
d21c7a5b59
commit
57658597c0
@ -50,7 +50,7 @@ class ApproveLogic extends BaseLogic
|
||||
$status = $params['check_status'] == 2? 1: 2;
|
||||
// 通知商城审批状态
|
||||
$requestResponse = HttpClient::create()->request('POST', env('url.shop_prefix') . '/api/merchant/syncStatus/'.$shopMerchantInfo['mer_intention_id'], [
|
||||
'body' => ['status' => $status, 'type' => $approve['type'] ==2 ? 1: 2]
|
||||
'body' => ['status' => $status, 'type' => $approve['type'] ==2 ? 1: 2, 'remark'=> $params['remark']??'']
|
||||
]);
|
||||
Log::info('通知商城审批状态-参数', ['status' => $status, 'type' => $approve['type']]);
|
||||
Log::info('通知商城审批状态-响应', [$requestResponse->getContent()]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user