Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
GET {host}/Rest/clearLoginPicCode


Request-

...

Paramter参数

参数名参数类型是否必填描述

Request-

...

Paramter请求示例:

application/json
Code Block
title
GET /Rest/clearLoginPicCode HTTP/1.1


返回结果

Code Block
titleStatus: 200 OK
{
    "http_code":200,
    "data":true,
    "status":[
        10000000
    ]
}

...