作者 jiawen
1 个管道 的构建 通过 耗费 5 秒

充值金额改为正常

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