🔑获取临时访问令牌

调用速率为1次/秒,请预防可能产生的并发访问。

POST https://apis.palmtech-tz.com/authorization/v1

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Required
Description

apiUsername

String

Yes

API Key

apiPassword

String

Yes

密钥

  • Request Example

{
    "apiUsername":"ORApvAWA8cQQckyp",
    "apiPassword":"CXz0OXA4qp1NW6fvgK7Acdcz"
}

Response Body

Filed
Type
Required
Description

code

String

Yes

接口业务状态码,见状态码附录

msg

String

Yes

接口消息

data

Object

Yes

-

⌞token

String

Yes

接口访问令牌

⌞validDurationSeconds

Integer

Yes

token有效期,秒

  • Response Example

最后更新于