Explorar o código

feat():授权

geek %!s(int64=4) %!d(string=hai) anos
pai
achega
c3b5e32609
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      application/index/controller/Index.php

+ 3 - 0
application/index/controller/Index.php

@@ -20,7 +20,10 @@ class Index {
         if (empty($channelId)){
             throw new ApiException('渠道id不为空');
         }
+        var_dump(input());
         Session::set('wxId','');
+        var_dump(Session::get('wxId'));
+        die();
         $data = CommonService::getSetData($channelId);
         if (empty(Session::get('wxId'))){
             Session::set('visitorId','');