登录
**请求URL:**
- http://tp.lstranger.icu//api.php/portal/public/login
**请求方式:**
- post
**请求头:**
|参数名|必选|类型|说明|
|:---- |:---|:----- |----- |
|XX-Device-Type| 是 | string| code |
|XX-Token| 否 | string| code |
|XX-Api-Version| 否 | string| code |
**参数:**
|参数名|必选|类型|说明|
|:---- |:---|:----- |----- |
|code| 是 | string| code |
|encrypted_data| 是 | string| encrypted_data |
|raw_data| 是 | string| iv |
|iv| 是 | string| iv |
|signature| 是 | string| iv |
**返回示例**
```
{
"errno": 0,
"message": "登录成功",
"data": []
}
```