快捷支付bug修改

master
zhengyongxing 5 years ago
parent 85e981a4be
commit e746dc2881

@ -724,15 +724,15 @@ class ShortcutController extends BaseController{
} }
//0 官方 1双乾 //0 官方 1双乾
// if (get_shortcut_pay_type() == 0) { if (get_shortcut_pay_type() == 0) {
// // 暂时只有双乾 // 暂时只有双乾
// }elseif(get_shortcut_pay_type() == 1){ }elseif(get_shortcut_pay_type() == 1){
// if($request['code']==1){ if($request['code']==1){
// $this->add_spend($request,1); $this->add_spend($request,1);
// }else{ }else{
// $this->add_deposit($request,1); $this->add_deposit($request,1);
// } }
// } }
$this->assign("pay_amount", $request['actual_amount']?$request['actual_amount']:$request['price']); $this->assign("pay_amount", $request['actual_amount']?$request['actual_amount']:$request['price']);
$this->assign("user_id", $request['user_id']); $this->assign("user_id", $request['user_id']);

Loading…
Cancel
Save