Commit 2ee6795e authored by zazaname's avatar zazaname

测试

parent 76b3086b
Pipeline #10973 passed with stage
in 0 seconds
...@@ -31,7 +31,7 @@ class Jiuzi implements ISdkFactory ...@@ -31,7 +31,7 @@ class Jiuzi implements ISdkFactory
]; ];
//请求url,获取返回值 //请求url,获取返回值
$response = Requests::post($this->login_url,[],$postParam)->body; $response = Requests::post($this->login_url,[],$postParam)->body;
dingdingLog($response); dingdingLog(json_decode($response,true));
//是否验证成功 //是否验证成功
$response_arr = json_decode($response,true); $response_arr = json_decode($response,true);
if ($response_arr['statusCode'] === 200) { if ($response_arr['statusCode'] === 200) {
......
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