发展订单列表
GET
/theyorders
请求参数
Query 参数
uid
string
代理商UID
id
string
订单号
xid
string
下游单号
pid
string
产品ID
pname
string
产品名称
uname
string
客户姓名
uphone
string
客户手机号
uidcard
string
客户身份证
status
string
订单状态
pphone
string
生产号码
setrule
string
结算规则
starttime
string
开始时间
endtime
string
结束时间
sort
string
可选
page
string
页码
limit
string
条数
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 '/theyorders?uid=&id=&xid=&pid=&pname=&uname=&uphone=&uidcard=&status=&pphone=&setrule=&starttime=&endtime=&sort=&page=&limit=' \
--header 'Authorization;'
返回响应
🟢200成功
application/json
Body
code
string
必需
msg
string
必需
data
array [object {25}]
数据
order_id
string
必需
order_agent
string
必需
order_shop
string
必需
order_Name
string
必需
order_Phone
string
必需
order_IDCard
string
必需
order_Province
string
必需
order_Address
string
必需
ProductID
string
必需
s_time
string
必需
order_Express
string | null
必需
order_status
string
必需
api_reason
string | null
必需
plan_mobile
string | null
必需
api_xid
string | null
必需
is_active
string | null
必需
active_time
string | null
必需
is_recharge
string | null
必需
recharge_amount
string | null
必需
shop_bkge
integer
必需
first_bkge
string
必需
rebate_num
string
必需
shop_money
string
必需
updated_at
string
必需
agentids
string
必需
total
integer
总数
page
integer
页码
limit
integer
每页条数
示例
{
"code": "1",
"msg": "success",
"data": [
{
"order_id": "WEBAPP1726059674908o8A8",
"order_agent": "10009",
"order_shop": "测试产品",
"order_Name": "小张",
"order_Phone": "188****8888",
"order_IDCard": "1101012000******07",
"order_Province": "北京市 北京市 东城区",
"order_Address": "******",
"ProductID": "416",
"s_time": "2024-09-11 21:03:19",
"order_Express": " ",
"order_status": "审核失败",
"api_reason": null,
"plan_mobile": "",
"api_xid": null,
"is_active": "0",
"active_time": "",
"is_recharge": "0",
"recharge_amount": "0",
"shop_bkge": 100,
"first_bkge": "0",
"rebate_num": "0",
"shop_money": "0",
"updated_at": "2024-12-31 15:37:38",
"agentids": "10008,10000"
},
{
"order_id": "K2024091015592550718",
"order_agent": "10009",
"order_shop": "测试产品",
"order_Name": "测试",
"order_Phone": "199****9999",
"order_IDCard": "1101012000******07",
"order_Province": "北京市 北京市 东城区",
"order_Address": "******",
"ProductID": "416",
"s_time": "2024-09-10 15:59:25",
"order_Express": null,
"order_status": "已提交",
"api_reason": null,
"plan_mobile": "",
"api_xid": null,
"is_active": "0",
"active_time": "",
"is_recharge": "0",
"recharge_amount": "0",
"shop_bkge": 100,
"first_bkge": "0",
"rebate_num": "0",
"shop_money": "0",
"updated_at": "2024-12-31 15:37:37",
"agentids": "10008,10000"
},
{
"order_id": "K2024082515443162906",
"order_agent": "10009",
"order_shop": "移动学霸卡",
"order_Name": "牛逼",
"order_Phone": "188****8888",
"order_IDCard": "1101012000******06",
"order_Province": "北京市北京市东城区",
"order_Address": "******",
"ProductID": "337",
"s_time": "2024-08-25 15:44:31",
"order_Express": null,
"order_status": "待处理",
"api_reason": null,
"plan_mobile": "",
"api_xid": null,
"is_active": null,
"active_time": null,
"is_recharge": null,
"recharge_amount": null,
"shop_bkge": 120,
"first_bkge": "0",
"rebate_num": "0",
"shop_money": "0",
"updated_at": "2024-12-31 15:37:03",
"agentids": "10008,10000"
},
{
"order_id": "K2024050917545458734",
"order_agent": "10009",
"order_shop": "电信星雾卡29元185G",
"order_Name": "超额完成",
"order_Phone": "188****8999",
"order_IDCard": "1101012000******07",
"order_Province": "内蒙古自治区赤峰市阿鲁科尔沁旗",
"order_Address": "******",
"ProductID": "152",
"s_time": "2024-05-09 17:54:54",
"order_Express": null,
"order_status": "已提交",
"api_reason": null,
"plan_mobile": "",
"api_xid": "ZEYI2024050917545551872",
"is_active": null,
"active_time": null,
"is_recharge": null,
"recharge_amount": null,
"shop_bkge": 111,
"first_bkge": "0",
"rebate_num": "0",
"shop_money": "0",
"updated_at": "2024-12-31 15:37:03",
"agentids": "10008,10000"
}
],
"total": 11,
"page": 1,
"limit": 10
}
修改于 2025-05-14 18:31:10