|
|
|
@ -194,7 +194,7 @@ class WithdrawController extends BaseController |
|
|
|
'withdraw' => json_encode($withdraw), |
|
|
|
'params' => json_encode(['balance' => $balance->balance, 'user_id' => $userId, 'store_id' => $storeId]), |
|
|
|
]); |
|
|
|
throw new ErrorCodeException(ErrorCode::STORE_WITHDRAW_FAIL, '-'.$e->getMessage()); |
|
|
|
throw new ErrorCodeException(ErrorCode::WITHDRAW_PAYMENT_FAIL); |
|
|
|
} |
|
|
|
|
|
|
|
} |