Explorar el Código

feat():授权

geek hace 4 años
padre
commit
c3b5e32609
Se han modificado 1 ficheros con 3 adiciones y 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','');