Browse Source

上传文件

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

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

@@ -0,0 +1,21 @@
+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 = "gjkgjdkoowpjc46352AqiTTv708poJNV";  // 商户密钥
+    public static String key = "gjkgjdkoowpjc46352AqiTTv708poJNV"; // 商户密钥
+    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";
+
+}