作者 郭鑫
1 个管道 的构建 通过 耗费 0 秒

测试问题修改

@@ -86,6 +86,9 @@ class WxloginController extends HomeBaseController @@ -86,6 +86,9 @@ class WxloginController extends HomeBaseController
86 $url = $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; 86 $url = $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
87 $temp_one = explode('code=',$url); 87 $temp_one = explode('code=',$url);
88 if(!empty($temp_one[1])){ 88 if(!empty($temp_one[1])){
  89 + echo "<pre/>";
  90 + print_r('333');
  91 + die;
89 $temp_two = explode('&state',$temp_one[1]); 92 $temp_two = explode('&state',$temp_one[1]);
90 if ($temp_two[0]) { 93 if ($temp_two[0]) {
91 //第二步 获取access_token 94 //第二步 获取access_token