更新测试电子合同

This commit is contained in:
yaooo 2023-09-13 20:56:45 +08:00
parent 8f7f10a864
commit 9b74ec66ac

View File

@ -1355,7 +1355,7 @@ class Auth extends BaseController
public function merchantStatus($id)
{
Log::info("接收到同步商户状态HOST" . request()->url());
Log::info("接收到同步商户状态信息:" . json_encode($this->request->params()));
Log::info("接收到同步商户状态信息:" . json_encode($this->request));
$repository = app()->make(MerchantIntentionRepository::class);
if (!$repository->getWhereCount(['mer_intention_id' => $id, 'is_del' => 0]))
return app('json')->fail('数据不存在');