Skip to main content
POST
/
api
/
endfield
/
gacha
/
fetch
触发抽卡记录同步
curl --request POST \
  --url https://end-api.shallow.ink/api/endfield/gacha/fetch \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --header 'X-Framework-Token: <api-key>' \
  --data '
{
  "account_uid": "<string>"
}
'

Authorizations

X-API-Key
string
header
required

第三方开发者 API Key(格式:sk_xxx)

X-Framework-Token
string
header
required

游戏数据查询凭证(通过森空岛登录获取)

Body

application/json
account_uid
string

账号 UID(多账号时指定)

Response

200

同步任务已启动