Commit 8936e652 authored by zazaname's avatar zazaname

调试

parent 55442844
...@@ -30,6 +30,7 @@ class Jiuzi implements ISdkFactory ...@@ -30,6 +30,7 @@ class Jiuzi implements ISdkFactory
'version' => $request['unionId'] ?? 1, 'version' => $request['unionId'] ?? 1,
]; ];
//请求url,获取返回值 //请求url,获取返回值
var_dump($postParam);
$response = Requests::post($this->login_url,[],$postParam)->body; $response = Requests::post($this->login_url,[],$postParam)->body;
p($response); p($response);
//$response = '{"message":"ok","statusCode":200,"data":{"partnerid":"own","user_id":34,"openid":"qwewqqwe","age":0}}'; //$response = '{"message":"ok","statusCode":200,"data":{"partnerid":"own","user_id":34,"openid":"qwewqqwe","age":0}}';
......
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