Request
Last updated
Last updated
DEMO如下:
Request method: POST
parameter | type | required | describe |
---|---|---|---|
The DEMO is as follows:
Pass in parameters:
The DEMO is as follows:
The heartbeat format is as follows: bizType is fixed to ping
The format of the heartbeat return message body is as follows: bizType is fixed to pong
Return parameter:
parameter | type | required | describe |
---|---|---|---|
parameter | type | required | describe |
---|---|---|---|
parameter | type | describe | |
---|---|---|---|
companyId
long
Required
System unique company identifier
trace
String
Required
Global link unique identifier
timestamp
long
Required
Timestamp, milliseconds
version
String
Not required
Interface version number
group
String
Not required
Interface Grouping
lang
String
Not required
Language information, default is zh-CN
token
String
Not required
Token information, required after logging in
bizBody
JSON
Required
Request message body,JSON
header
JSON
Required
Consistent with http
body
JSON
Required
Consistent with http
code
String
System general return code. 0-success, other exceptions
msg
String
returned messages
bizCode
String
Module identification code
tm
Long
Processing time (milliseconds)
trace
String
Global link flag information
msgParams
String
Returns the placeholder parameter string in the description. Multiple parameters are separated by ,
data
Object
Data body, unified return of each business response information, return bizType in case of exception