更新店铺名称
This commit is contained in:
parent
08f7cd4a6d
commit
8ba12f0c0d
@ -1357,8 +1357,8 @@ class Auth extends BaseController
|
||||
public function merchantStatus($id)
|
||||
{
|
||||
// business_status 交易申请状态:0未申请 1申请中 2申请通过 3申请拒绝
|
||||
Log::info("同步商户交易申请状态HOST:" . request()->host() . request()->url());
|
||||
Log::info("同步商户交易申请状态数据:" . json_encode(request()->param()));
|
||||
Log::info("同步商户申请状态HOST:" . request()->host() . request()->url());
|
||||
Log::info("同步商户申请状态数据:" . json_encode(request()->param()));
|
||||
$repository = app()->make(MerchantIntentionRepository::class);
|
||||
if (!$repository->getWhereCount(['mer_intention_id' => $id, 'is_del' => 0]))
|
||||
return app('json')->fail('数据不存在');
|
||||
|
Loading…
x
Reference in New Issue
Block a user