|
@@ -36,7 +36,7 @@ public class PayService {
|
|
|
// String orderBody = "大雅乐盟培训课程";//订单内容
|
|
|
// String orderSubject = "培训订单";//订单标题
|
|
|
// String orderNo = "2019121263844";//订单编号
|
|
|
-// BigDecimal amount = new BigDecimal("654369"); //订单金额
|
|
|
+// BigDecimal amount = new BigDecimal("6543"); //订单金额
|
|
|
|
|
|
String payUrl = "https://qyfapi.95epay.com/api/api/hPay/toPayHtml";//支付提交地址
|
|
|
String payChannels = "{\"weChatPay\":true,\"weChatPayMobile\":false,\"aliPay\":true,\"fastpayXy\":true,\"aliPayMobile\":false,\"balancePay\":false}";//支付方式配置
|