chenxiqiang 7 lat temu
rodzic
commit
380101962b

+ 1
- 0
manage-server/app/Http/Controllers/CommonController.php Wyświetl plik

30
             return response()->json([
30
             return response()->json([
31
                 "status" => 0,
31
                 "status" => 0,
32
                 "data" => [
32
                 "data" => [
33
+                    "openid" => $auth["openid"],
33
                     "token" => sha1($auth["openid"] . $auth["session_key"])
34
                     "token" => sha1($auth["openid"] . $auth["session_key"])
34
                 ]]);
35
                 ]]);
35
         } else if(array_key_exists("errcode", $auth)){
36
         } else if(array_key_exists("errcode", $auth)){

Loading…
Anuluj
Zapisz