Browse Source

删除 WeiXinUtil.java

陈士柏 2 years ago
parent
commit
9fb53e07a5
1 changed files with 0 additions and 23 deletions
  1. 0 23
      mhotel/src/com/happy/Model/weixin/WeiXinUtil.java

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

@@ -1,23 +0,0 @@
-package com.happy.Model.weixin;
-
-public class WeiXinUtil {
-
-    // 诚欣公众号
-    public static String appid_c = "wxa5cc2178ff34bc8e";
-    public static String ip = "171.34.223.11";
-    public static String screct_c = "7e6b036298b718da6d1afe4ae5364a1f";
-    public static String key = "v2";
-    // 诚欣测试号
-    /*public static String appid_c = "wx5fcbd4d313aa4c15";
-    public static String screct_c = "a72db0c99cde741eb391af69067aacfa";*/
-
-    // 学校公众号
-    public static String appid = "9FFFACD6D09F15D2";
-    public static String screct = "2F0F57080E311542B8411A2A33C44329";
-    public static String APIid = "chuanghaikejichuanghaikeji123456";
-    public static String account = "1648595577";
-    public static String ip_h = "https://chtech.ncjti.edu.cn/hotelReservation/zhotel";
-    //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";
-
-}