GET api/sailintention?areaid={areaid}&pageindex={pageindex}&pagesize={pagesize}
资源售卖列表
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| areaid | integer |
Required |
|
| pageindex | integer |
Required |
|
| pagesize | integer |
Required |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfCxccPageDataOfSailIntention| Name | Description | Type | Additional information |
|---|---|---|---|
| data | CxccPageDataOfSailIntention |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {
"total": 1,
"page_total": 2,
"page_data": [
{
"customerid": "sample string 1",
"intentionid": "sample string 2",
"intentiondealingid": "sample string 3",
"referredtime": "2025/12/26 05:31:10",
"baoid": "sample string 5",
"baotagname": "sample string 6",
"tpname": "sample string 7",
"customername": "sample string 8",
"areaid": 9,
"areaname1": "sample string 10",
"areaname2": "sample string 11",
"areaname3": "sample string 12",
"tel": "sample string 13",
"getflag": 14,
"isnew": 15,
"salememo": "sample string 16",
"salemny": 17.0,
"tp": 18,
"salestatus": 19,
"salelockuserid": "sample string 20",
"addtime": "2025/12/26 05:31:10",
"secends": 300
},
{
"customerid": "sample string 1",
"intentionid": "sample string 2",
"intentiondealingid": "sample string 3",
"referredtime": "2025/12/26 05:31:10",
"baoid": "sample string 5",
"baotagname": "sample string 6",
"tpname": "sample string 7",
"customername": "sample string 8",
"areaid": 9,
"areaname1": "sample string 10",
"areaname2": "sample string 11",
"areaname3": "sample string 12",
"tel": "sample string 13",
"getflag": 14,
"isnew": 15,
"salememo": "sample string 16",
"salemny": 17.0,
"tp": 18,
"salestatus": 19,
"salelockuserid": "sample string 20",
"addtime": "2025/12/26 05:31:10",
"secends": 300
}
],
"page_index": 3
},
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.