管理员登录
### 管理员登录:
#### 请求url
* <font color=red>`/admin/login`</font>
#### 请求方式
* <font color=red>`POST`</font>
---
##### 请求参数说明:
|参数名|类型|说明|
| :-----| ----: | :----: |
|username|string|用户名|
|password|string|用户密码|
##### 返回示例
```json
{
"err": null,
"data": null,
"msg": "登录成功",
"code": 200
}
```