Enford 5 years ago
parent
commit
ad7d6277a4

+ 1 - 1
src/main/java/com/jeeplus/modules/wexinpackage/access/util/access/WeChatParamsUtil.java

@@ -13,7 +13,7 @@ public class WeChatParamsUtil {
     //通讯录秘钥 (获取tokenid)
     public final static String contactsSecret ="rXEUF9kGCLZKyWs4WQie_F1Ix3g5dP_e3X2Yls5tiuA";
     //企业应用的id,整型。可在应用的设置页面查看
-    public final static int agentId = 1000005;
+    public final static int agentId =1000005;
     //通讯录token
     public final static String contacts_token = "AT84tGkhkt09pSYTxi3NoCQcn7F6o";
     // encodingAESKey

+ 1 - 1
src/main/java/com/jeeplus/modules/wexintheorder/web/SimpleOAuth2Controller.java

@@ -22,7 +22,7 @@ public class SimpleOAuth2Controller {
      * 此处步骤也可以用页面链接代替
      * @return
      */
-    @RequestMapping(value = { "/oauth2wx.do" })
+    @RequestMapping(value = { "/oauth2wx.do"})
     public String Oauth2API(HttpServletRequest request){
         //获取项目域名
         String requestUrl = request.getServerName();

+ 1 - 1
src/main/resources/jeeplus.properties

@@ -250,5 +250,5 @@ bos_buck_name=newxgccpm
 serverDomain=http://192.168.2.4:18080/total_process
 
 #订餐回调
-backUrl = http://yf.xgccpm.cn/weXin/theOrder/orderFrom
+backUrl = http://yf.xgccpm.cns/weXin/theOrder/orderFrom