WIN-2308041133\Administrator 8 月之前
父节点
当前提交
5f0f3bc3ff
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 2 1
      application/index/controller/Index.php
  2. 2 1
      public/d/login.php

+ 2 - 1
application/index/controller/Index.php

@@ -22,7 +22,8 @@ class Index extends Frontend
             $this->error(__('邀请码不对')); 
         }
         $appid = 'wx2a2d24fbe2383604';
-        $cmurl = "jy.chengwuwa.cn/index/index/gzhop/id/".$id;//接口地址
+//        $cmurl = "jy.chengwuwa.cn/index/index/gzhop/id/".$id;//接口地址
+        $cmurl = "ts.shanghairongxuan.top/index/index/gzhop/id/".$id;//接口地址
         #你的公众号appid
         $url="https://open.weixin.qq.com/connect/oauth2/authorize?appid=$appid&redirect_uri=https%3a%2f%2f".$cmurl."&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect";
         //$url='/login.html';

+ 2 - 1
public/d/login.php

@@ -1,6 +1,7 @@
 <?php
 $appid = 'wx2a2d24fbe2383604';
-$cmurl = "jy.chengwuwa.cn/index/index/gzhop?v=";//接口地址
+$cmurl = "ts.shanghairongxuan.top/index/index/gzhop?v=";//接口地址
+//$cmurl = "jy.chengwuwa.cn/index/index/gzhop?v=";//接口地址
 #你的公众号appid
 $url="https://open.weixin.qq.com/connect/oauth2/authorize?appid=$appid&redirect_uri=https%3a%2f%2f".$cmurl."%2fcallback.php&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect";
 //$url='/login.html';