Commit eacd1c1b by 冷斌

fix bug

parent 56b9c647
......@@ -29,7 +29,7 @@ class RegController extends HomebaseController {
$AppID = 'wx31ac4d2b862fa9c0'; //$configpri['login_wx_appid'];
//http://www.seals-live.com/index.php?g=Appapi&m=Reg&a=index&agentid=787JMY
$callback = get_upload_path('index.php?g=Appapi&m=Reg&a=wxLoginCallback&agentid='.$agentid); //回调地址
$callback = get_upload_path('/index.php?g=Appapi&m=Reg&a=wxLoginCallback&agentid='.$agentid); //回调地址
//微信登录
session_start();
//-------生成唯一随机串防CSRF攻击
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment