Commit e62661fa by 杨昕

fsd

parent 2fd9887c
Pipeline #9961 passed with stages
in 34 seconds
...@@ -94,7 +94,7 @@ class UsersController extends Controller ...@@ -94,7 +94,7 @@ class UsersController extends Controller
['Content-Type'=>'application/x-www-form-urlencoded'], ['Content-Type'=>'application/x-www-form-urlencoded'],
'POST', 'POST',
['username' => $username,'password' => $password], ['username' => $username,'password' => $password],
200 2000
); );
$result = json_decode($result,true); $result = json_decode($result,true);
if ($result['code']!=0){ if ($result['code']!=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