소스 검색

删除 WeiXinUtil.java

陈士柏 3 년 전
부모
커밋
e60d54a6bb
1개의 변경된 파일0개의 추가작업 그리고 15개의 파일을 삭제
  1. 0 15
      mhotel/src/com/happy/Model/weixin/WeiXinUtil.java

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

@@ -1,15 +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 = "chuanghaikeji1612322883333333333";
-    public static String account = "1612322883";
-
-    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";
-
-}