Sign by current time
POST/api/affiliate/auth/sign/time
Notice: The api only available by test.
Request
- application/json
Body
string
Responses
- 200
- 201
- 401
- 403
- 404
OK
- */*
- Schema
- Example (from schema)
Schema
data string[]
message string
params object[]
requestId string
status int32
{
"data": [
"string"
],
"message": "string",
"params": [
{}
],
"requestId": "string",
"status": 0
}
Created
Unauthorized
Forbidden
Not Found
Loading...