测试连通性Ping
GET
/api/site/pingLast modified: 3 个月前
用于检查您的应用程序与授权站的连通性。
请求参数
无
示例代码
Responses
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
code
integer
状态码
来自系统内部的状态码
msg
string
消息
Example
{
"code": 200,
"msg": "Pong"
}
Last modified: 3 个月前