Skip to main content

FAQ

AUTH_105: When the server validates the request header parameters validate-timestamp (validTimeStamp) and validate-recvwindow (recvwindow),

it needs to meet the following rule: dealTimeStamp (server time when the request is processed, in milliseconds) - validTimeStamp < recvwindow,

otherwise it will return AUTH_105. To avoid this error, it is recommended to set validate-timestamp to the time when the request is sent, in milliseconds, and set validate-recvwindow to a larger value.