...
|
...
|
@@ -293,8 +293,8 @@ class UserController extends RestBaseController |
|
|
'sign_type' => 'MD5',
|
|
|
'body' => '奖励金充值',
|
|
|
'out_trade_no' => 'R_'.date('YmdHis').rand(1000,9999),
|
|
|
//'total_fee' => $data['money'] * 100, // 转换为分
|
|
|
'total_fee' => 1, // 转换为分
|
|
|
'total_fee' => $data['money'] * 100, // 转换为分
|
|
|
//'total_fee' => 1, // 转换为分
|
|
|
'spbill_create_ip' => $_SERVER['REMOTE_ADDR'],
|
|
|
'notify_url' => config('rechargeNotifyUrl'),
|
|
|
'trade_type' => 'JSAPI',
|
...
|
...
|
|