Selaa lähdekoodia

更新文件 WeiXinUtil.java

陈士柏 2 vuotta sitten
vanhempi
commit
54ec645c70
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      mhotel/src/com/happy/Model/weixin/WeiXinUtil.java

+ 2 - 2
mhotel/src/com/happy/Model/weixin/WeiXinUtil.java

@@ -15,12 +15,12 @@ public class WeiXinUtil {
 
     public static String ip = "101.42.162.31";//测试回跳ip
                               // "172.16.20.88";//线上回跳ip
-    public static String ip_h = "https://chtech.ncjti.edu.cn/homestay/mhotel/";//31回调地址
+    public static String ip_h = "https://www.jinganrenjiams.com/hotelReservation/mhotel/";//31回调地址
                                 //"https://www.xn--gmq052a5d255v.com/hotelReservation/mhotel";//测试回跳地址 这个中文域名测试跳不过去
                                 // 不知道这个乡宿的域名微信是否会回调,不会的话要改成 https://chtech.ncjti.edu.cn/homestay/mhotel/
                                 // "https://chtech.ncjti.edu.cn/hotelReservation/mhotel";//88线上回跳地址
 
     //public static String ip_q = "https://chtech.ncjti.edu.cn/hotelReservation/dist";
-    public static String ip_q = "http://192.168.161.227:8000/hotelReservation/dist";
+    public static String ip_q = "https://www.jinganrenjiams.com/hotelReservation/dist";
 
 }