Commit e62661fa by 杨昕

fsd

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