Quellcode durchsuchen

Merge remote-tracking branch 'origin/master'

kk vor 1 Monat
Ursprung
Commit
ca2aa5baf1

+ 3 - 3
game-business/src/main/java/com/game/business/util/other/PayOrderUtils.java

@@ -29,8 +29,8 @@ public class PayOrderUtils {
     private static final String key = "EKCAUP9FWRVGCCR2FVN3WZWVAXAQXINN45IGYD8QKVRYUYWHLRYZRKSOHY0ABEUHEW0SUVMIA1H7UCCKZ2UAC7YIPH5FZCMDPT1FTDUYFKHSU2DB3CJ24FDW97K2YPBP";
 /*    private static final String reqUrl = "http://samsunghook.xyz/api/pay/create_order";
     private static final String queryUrl = "http://samsunghook.xyz/api/pay/query_order";*/
-    private static final String reqUrl = "https://samsunghook.xyz/api/pay/create_order";
-    private static final String queryUrl = "https://samsunghook.xyz/api/pay/query_order";
+    private static final String reqUrl = "http://samsunghook.xyz/api/pay/create_order";
+    private static final String queryUrl = "http://samsunghook.xyz/api/pay/query_order";
     private static final String mchId = "20000380";
     private static final String wxCode = "8086";
     private static final String zfbCode = "8085";
@@ -38,7 +38,7 @@ public class PayOrderUtils {
 
     public static Map<String, Object> getPayUrl(String orderNo, String payType, Integer amount,String extra){
 
-        String url = "https://apifoxgame.samsunghook.com";
+        String url = "http://apifoxgame.qhnd.cn";
         Map<String, Object> resultMap = new HashMap<>();
         resultMap.put("code", 0);
         resultMap.put("mgs", "获取支付地址失败!");