|
@@ -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.eruid.com";
|
|
|
+ String url = "https://tapifoxgame.eruid.com";
|
|
|
Map<String, Object> resultMap = new HashMap<>();
|
|
|
resultMap.put("code", 0);
|
|
|
resultMap.put("mgs", "获取支付地址失败!");
|