generated from root/miduo_server
爱玩支付
parent
0c0747811e
commit
2e9bf72c66
|
@ -81,7 +81,7 @@ public class AiWanRechargeController {
|
|||
return "FAIL";
|
||||
}
|
||||
|
||||
int rmb = Integer.parseInt(amount) * 100;
|
||||
float rmb = Float.parseFloat(amount) * 100;
|
||||
return payLogic.initOrder(ext,out_trade_no,String.valueOf(rmb),new Date(),site_uid, PaySdkEnum.AIWAN);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue