积分变更记录
POST
/v1/account/score_log
请求参数
Header 参数
Authorization
string
认证 key
示例值:
Bearer {{token}}
Body 参数application/json
after
string
可选
默认值:
示例值:
limit
integer
可选
默认值:
10
示例值:
10
示例
{
"after": "",
"limit": 10
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.mindshow.vip/v1/account/score_log' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"after": "",
"limit": 10
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
info
string
错误信息
示例值:
succ
data
object
数据区
list
array [object {5}]
变更列表
after
string
必需
示例
{
"code": 0,
"info": "succ",
"data": {
"list": [
{
"title": "标题",
"log_time": "2020-01-01T00:00:00+08:00",
"original_score": 0,
"modified_score": 0,
"final_score": 0
}
],
"after": "string"
}
}
修改于 2025-04-23 02:56:03