GET dIRanking/GetDIRanking
区域供应链交易热度
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
区域供应链交易热度
ResponseModelOfDIRankingName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Message | string |
None. |
|
Data | DIRanking |
None. |
|
Datas | ResponseDataListModelOfDIRanking |
None. |
Response Formats
application/json, text/json
Sample:
{ "success": true, "message": "sample string 2", "data": { "id": 1, "companyId": 1, "companyName": "sample string 2", "longitude": 3.0, "latitude": 4.0, "addr": "sample string 5", "hotIndex": 6.0, "workTime": 7.0 }, "datas": { "total": 1, "data": [ { "id": 1, "companyId": 1, "companyName": "sample string 2", "longitude": 3.0, "latitude": 4.0, "addr": "sample string 5", "hotIndex": 6.0, "workTime": 7.0 }, { "id": 1, "companyId": 1, "companyName": "sample string 2", "longitude": 3.0, "latitude": 4.0, "addr": "sample string 5", "hotIndex": 6.0, "workTime": 7.0 } ] } }