请求URL
http://xx.com/appSellName/domainList?
Headers
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
app_sell_name |
否 |
string |
app的名称 |
company_name |
否 |
string |
公司名 |
page |
否 |
int |
第几页 |
pageNum |
否 |
int |
每页多少条 |
返回示例
{
"data": [
{
"app_sell_id": 1,
"app_sell_name": "chataj",
"company_name": "越南版本",
"created_at": "2023-06-08 15:01:08",
"id": 2,
"updated_at": "2023-06-08 15:01:08"
},
{
"app_sell_id": 0,
"app_sell_name": "twing",
"company_name": "恒盛时代有限公司",
"created_at": "2023-06-08 15:01:08",
"id": 1,
"updated_at": "2023-06-08 15:01:08"
}
],
"error_code": 0,
"msg": "success",
"page": 1,
"pagesize": 15,
"total": 2
}
返回参数说明
参数名 |
类型 |
说明 |
error_code |
int |
0成功 |
app_sell_name |
string |
多版本app对应的名称 |
company_name |
string |
公司名称 |
备注