更新商户入驻状态
This commit is contained in:
parent
a78b692cd4
commit
6ba4f07e9b
@ -1355,7 +1355,8 @@ class Auth extends BaseController
|
|||||||
//同步商户状态信息
|
//同步商户状态信息
|
||||||
public function merchantStatus($id)
|
public function merchantStatus($id)
|
||||||
{
|
{
|
||||||
Log::info("接收到同步商户状态HOST:" . request()->url());
|
Log::info("接收到同步商户状态HOST:" . request()->host() . request()->url());
|
||||||
|
Log::info("接收到同步商户状态数据:" . json_encode(request()->param()));
|
||||||
$repository = app()->make(MerchantIntentionRepository::class);
|
$repository = app()->make(MerchantIntentionRepository::class);
|
||||||
if (!$repository->getWhereCount(['mer_intention_id' => $id, 'is_del' => 0]))
|
if (!$repository->getWhereCount(['mer_intention_id' => $id, 'is_del' => 0]))
|
||||||
return app('json')->fail('数据不存在');
|
return app('json')->fail('数据不存在');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user