陈士柏 2 лет назад
Родитель
Сommit
8b4037af6a
1 измененных файлов с 0 добавлено и 21 удалено
  1. 0 21
      mhotel/src/com/happy/Model/weixin/WeiXinUtil.java

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

@@ -1,21 +0,0 @@
-package com.happy.Model.weixin;
-
-public class WeiXinUtil {
-
-    // 民宿小程序
-    public static String appid_c = "wxb064310cc85cf115";
-    public static String screct_c = "6f99b6724ad5714d3f253d524aa8d365";
-    // 民宿公众号
-    public static String appid_g = "wx3f20e656effd6400";
-    public static String screct_g = "5c30468b960221b1edf443030d20eebc";
-    // 民宿商户
-    public static String APIid = "chuanghaikeji1612274012888888888";  // 商户密钥
-    public static String key = "chuanghaikeji1612274012888888888"; // 商户密钥
-    public static String account = "1650403896";  // 商户号
-
-    public static String ip = "172.16.20.88";
-    public static String ip_h = "https://chtech.ncjti.edu.cn/hotelReservation/mhotel";
-    //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";
-
-}