...
| Code Block |
|---|
GET {host}/Rest/clearLoginPicCode |
Request-
...
Paramter参数
| 参数名 | 参数类型 | 是否必填 | 描述 |
|---|
Request-
...
Paramter请求示例:
| Code Block | |
|---|---|
| title | application/jsonGET /Rest/clearLoginPicCode HTTP/1.1 |
返回结果
| Code Block | ||
|---|---|---|
| ||
{
"http_code":200,
"data":true,
"status":[
10000000
]
} |
...