瀏覽代碼

删除 WeiXinUtil.java

陈士柏 3 年之前
父節點
當前提交
8ff3572c14
共有 1 個文件被更改,包括 0 次插入17 次删除
  1. 0 17
      mhotel/src/com/happy/Model/weixin/WeiXinUtil.java

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

@@ -1,17 +0,0 @@
-package com.happy.Model.weixin;
-
-public class WeiXinUtil {
-
-    // 创海公众号
-    public static String appid_c = "wx2fc3f45732fae5d3";
-    public static String screct_c = "7eee4a49a4470a77f9222995e8511547";
-    public static String APIid = "chuanghaikeji1612274012888888888";  // 商户密钥
-    public static String key = "chuanghaikeji1612274012888888888"; // 商户密钥
-    public static String account = "1612274012";  // 商户号
-
-    public static String ip = "172.16.20.88";
-    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";
-
-}