generated from root/miduo_server
爱玩支付返回修改2
parent
48c78641ac
commit
f5a0177439
|
@ -85,7 +85,7 @@ public class AiWanRechargeController {
|
|||
float rmb = Float.parseFloat(amount) * 100;
|
||||
String result = payLogic.initOrder(ext, out_trade_no, String.valueOf(rmb), new Date(), site_uid, PaySdkEnum.AIWAN);
|
||||
JSONObject jsonObject = new JSONObject();
|
||||
if ("SUCCESS".equals(result)){
|
||||
if ("SUCCESS".equals(result) || "ORDER_IS_EXIST".equals(result)){
|
||||
jsonObject.put("RET",1);
|
||||
}else {
|
||||
jsonObject.put("RET",2);
|
||||
|
|
Loading…
Reference in New Issue