open.passengerflow.getDeviceHotspotZone (Get hotspot from the device)Sandbox debugging
Get hotspot from the device
Interface description#
The environment | Interface method | Submission method | Do you need a signature | HTTP request routing |
---|---|---|---|---|
Formal environment | open.passengerflow.getDeviceHotspotZone | POST | true | http://openapi.opretail.com/m.api |
Common request parameters#
Parameters | Types of | Is required | The maximum length | Description | Example values |
---|---|---|---|---|---|
_aid | String | True | 20 | Open platform system number, fixed to S107 | S107 |
_akey | String | True | 20 | Opretail open platform assigns developer keys to third parties | Obtained after certification of platform developer |
_mt | String | True | 100 | Interface name | open.passengerflow.getDeviceHotspotZone |
_sm | String | True | 100 | Signature algorithm md5,sha1 | md5 |
_requestMode | String | True | 100 | Request method post,get | POST |
_version | String | True | 100 | Version number | v1 |
_timestamp | String | True | 100 | Timestamp | yyyyMMddHHmmss format |
_sig | String | True | 32 | Signature token | Generated according to the signature algorithm, see the signature algorithm rules for details |
_format | String | False | 10 | Format type | Currently only supports json by default |
Business request parameters#
Parameters | Types of | Is required | The maximum length | Description | Example values |
---|---|---|---|---|---|
orgid | int | √ | 11 | Business id | 1 |
mintime | int | √ | 11 | Time threshold, how many seconds exceeds the stop (value range 5, 15, 30, 60) | 15 |
compareType | int | √ | 11 | Same ring ratio, 0: not obtained, 1: last week data 2: last month data | 0 |
deviceMac | string | √ | 100 | Device mac | b827eb5cb67a |
starttime | string | √ | 100 | Start time (format: yyyy-MM-dd HH: mm: ss) | 2018-05-01 13:00:00 |
endtime | string | √ | 100 | End time (format: yyyy-MM-dd HH: mm: ss) | 2018-05-24 14:00:00 |
Common response parameters#
Parameters | Types of | The maximum length | Description | Example values |
---|---|---|---|---|
stat | JSON | - | Gateway status (specific parameters are described below :) | View |
stat.cid | String | 100 | Http request identifier | |
stat.code | String | 100 | Gateway return code | |
stat.codename | String | 100 | Gateway return code name | |
stat.systime | String | Long | The current time of the interface call | |
result | String | 100 | Interface returns prompt information | |
data | JSON | - | Business information returned by the interface call (generally json format data, the specific data format will be defined in the business return parameters) | View |
Business return parameters#
Parameter | Types of | Whether to return | Returns the maximum length | Description | Example values |
---|---|---|---|---|---|
upto5Count | int | × | 11 | People over 5 seconds | 504 |
upto5Time | int | × | 11 | More than 5 seconds | 8531 |
upto15Count | int | × | 11 | People over 15 seconds | |
upto15Time | int | × | 11 | More than 15 seconds | |
upto30Count | int | × | 11 | People over 30 seconds | |
upto30Time | int | × | 11 | More than 30 seconds | |
upto60Count | int | × | 11 | People over 60 seconds | |
upto60Time | int | × | 11 | More than 60 seconds | |
totalCount | int | × | 11 | Total number | |
totalTime | int | × | 11 | Total time | |
remain | int | × | 11 | Passengers | 4266 |
deviceProductAreaId | int | × | 11 | Product area id | 655 |
productName | string | × | 100 | Product area name | Area A |
points | string | × | 100 | Area range coordinates (all areas are quadrangular rectangles, the total area size is 320 * 240) | [[15,24],[16,119],[189,115],[189,16]] |
remainAvg | float | × | 20 | Average length of stay (average length of stay for everyone who exceeds the threshold, in seconds) | 25.19 |
validRemain | int | × | 11 | Stops | 81 |
compareRemain | int | × | 11 | Compare stays | 0 |
compareValidRemain | int | × | 11 | Compare effective stays | 0 |
compareRemainAvg | float | × | 20 | Comparing average residence time | 0 |
areaId | int | × | 11 | Area id | 1295 |
Public return code#
Return code name | Return code | Return code description | Solution |
---|---|---|---|
SUCCESS | 0 | Call success | |
KEY_NOTNULL | 1 | _akey can not be empty | Input the _akey parameter when the interface is called |
KEY_UNLAWFUL | 2 | _akey is illegal | key is illegal, input in the correct key |
KEY_HAS_EXPIRED | 3 | _akey has expired | Please renew the service or contact the platform administrator |
SIGN_METHOD_NOTNULL | 4 | _sm parameter cannot be empty | Input the _sm parameter when the interface is called |
SIGN_TYPE_NOTEXIST | 5 | _sm type does not exist | Currently only supports md5, sha1 |
SIGN_NOTNULL | 6 | _sig parameter cannot be empty | Input the _sig parameter when the interface is called |
SIGN_WRONG | 7 | Invalid signature, please check parameters and signature format | _sig value is generated according to the signature algorithm |
METHOD_NOTNULL | 8 | _mt parameter cannot be empty | Input the _mt parameter when the interface is called |
METHOD_NOTEXIST_CODE | 9 | The method name corresponding to _mt does not exist or is not registered in the service | Check if the method corresponding to _mt method name and _version version number is passed in error |
REQUESTMODE_NOTNULL | 10 | _requestMode parameter cannot be empty | Input the _requestMode parameter when the interface is called |
APPLICATIONID_NOTNULL | 11 | _aid parameter cannot be empty | Input the _aid parameter when the interface is called |
APPLICATIONID_NOTSAME | 12 | _aid does not match the current key | _aid and _akey must correspond one-to-one |
VERSION_NOTNULL | 13 | _version version number cannot be empty | Input the _version parameter when the interface is called |
TIMESTAMP_NOTNULL | 14 | _timestamp timestamp cannot be empty | Input the _timestamp parameter when the interface is called |
TIMESTAMP_FORMAT_ERROR | 15 | _timestamp timestamp formatting error | According to yyyyMMddHHmmss format |
TIMESTAMP_OVERTIME | 16 | _timestamp has expired | _timestamp is regenerated every time the interface is called |
FORMAT_TYPE_NOTEXIST | 17 | _format type does not exist | Currently only supports json (default), xml |
API_CALL_REPEAT | -100 | The interface is called repeatedly | Interface platform call exception |
API_SYSTEM_CALL_ERROR | -500 | API call failed, system exception occurred | Interface platform call exception |
UNKNOWN_ERROR | -999 | Open platform system exception | Reissue request |
Business return code#
Return code name | Return code | Return code description |
---|---|---|
DATA_NOT_NULL | 101002 | Required fields cannot be empty |
API_SYSTEM_ERROR | 101999 | api service unknown exception |