查看代理
GET
/getagent
请求参数
Query 参数
id
string
代理商UID
Header 参数
Authorization
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/getagent?id' \
--header 'Authorization;'
返回响应
🟢200成功
application/json
Body
code
string
必需
msg
string
必需
data
object
必需
agent_id
string
必需
agent_name
string
必需
agent_uname
null
必需
agent_phone
string
必需
agent_sid
string
必需
agent_vip
string
必需
agent_time
string
必需
agent_rmb
string
必需
agent_status
null
必需
agent_notes
null
必需
agent_isopen
string
必需
agent_api
null
必需
agent_etime
null
必需
showIds
null
必需
shopopens
null
必需
示例
{
"code": "1",
"msg": "success",
"data": {
"agent_id": "10010",
"agent_name": "ceshi8888",
"agent_uname": null,
"agent_phone": "19899888899",
"agent_sid": "10000",
"agent_vip": "紫金代理",
"agent_time": "2024-04-28 13:33:05",
"agent_rmb": "0.00",
"agent_status": null,
"agent_notes": null,
"agent_isopen": "0",
"agent_api": null,
"agent_etime": null,
"showIds": null,
"shopopens": null
}
}
修改于 2025-05-14 18:31:10