跳到主要内容

创建 API 密钥

类型: POST

描述: /user/account/api-key

参数

响应示例

响应
{
"rc": 0,
"mc": "SUCCESS",
"ma": [{}],
"result": {
"userId": 12345678, // 用户 ID
"accessKey": "99258227-f053-46a2-9b10-66c155eb705c", // 加密密钥
"secretKey": "4b1839e11bf7a1c6de5f078bd9f4b6e0850da3cf" // 加密字符串
}
}