|
|
@ -128,7 +128,7 @@ class WithdrawController extends BaseController |
|
|
$userId = $this->request->input('user_id'); |
|
|
$userId = $this->request->input('user_id'); |
|
|
$storeId = $this->request->input('store_id'); |
|
|
$storeId = $this->request->input('store_id'); |
|
|
|
|
|
|
|
|
if ($money >= 500) { |
|
|
|
|
|
|
|
|
if ($money > 1000) { |
|
|
$this->log->event(LogLabel::STORE_WITHDRAW_FAIL_LOG, [ |
|
|
$this->log->event(LogLabel::STORE_WITHDRAW_FAIL_LOG, [ |
|
|
'msg' => '提现失败[1000]', |
|
|
'msg' => '提现失败[1000]', |
|
|
'params' => json_encode(['money' => $money, 'user_id' => $userId, 'store_id' => $storeId]), |
|
|
'params' => json_encode(['money' => $money, 'user_id' => $userId, 'store_id' => $storeId]), |
|
|
|