|
@@ -56,10 +56,10 @@ public class PayServiceImpl implements PayService {
|
|
|
|
|
|
payMap = UnionPay.getPayMap(amount, orderNo, notifyUrl, returnUrl, orderSubject);
|
|
|
unionPay.put("orderNo", "1017" + orderNo);
|
|
|
- //unionPay.put("type", "UNIONPAY");
|
|
|
+ unionPay.put("type", "UNIONPAY");
|
|
|
unionPay.put("payMap", payMap);
|
|
|
|
|
|
- unionPay.put("type","ADAPY");
|
|
|
+ //unionPay.put("type","ADAPY");
|
|
|
return unionPay;
|
|
|
}
|
|
|
|