|
@@ -261,10 +261,10 @@ class UserWalletApply extends Model
|
|
|
} catch (\Exception $e) {
|
|
|
throw \Exception('提现信息不正确');
|
|
|
}
|
|
|
+ throw \Exception('999');
|
|
|
// 3.发起付款
|
|
|
try {
|
|
|
list($code, $response) = $pay->transfer($payload);
|
|
|
- throw \Exception($code);
|
|
|
if ($code === 1) {
|
|
|
$apply->payment_json = json_encode($response, JSON_UNESCAPED_UNICODE);
|
|
|
$apply->save();
|