Commit 6a318dae authored by zazaname's avatar zazaname

调试

parent 1c4ffaab
...@@ -21,7 +21,7 @@ class Jiuzi implements ISdkFactory ...@@ -21,7 +21,7 @@ class Jiuzi implements ISdkFactory
*/ */
public function login($verInfo,$gameInfo, $request): array public function login($verInfo,$gameInfo, $request): array
{ {
$ver_info = is_array($request['ver_info']) ?? json_decode($request['ver_info'],true); $ver_info = is_array($request['ver_info']) ?: json_decode($request['ver_info'],true);
//获取请求参数 //获取请求参数
$postParam = [ $postParam = [
'uid' => $ver_info['uid'], 'uid' => $ver_info['uid'],
......
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