Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Reference of v4 forward feed

TheSnowfield edited this page Apr 23, 2021 · 2 revisions
arguments description optional
token access token NO

Explain

Extends the valid time of the access token.
You could configure the feed limit in BOTARCAPI_FORWARD_FEED_MAX.

Return data

Return the new valid time after a feed.

{
    "status": 0,
    "content": {
        "valid_time": 100000
    }
}

Error status

status description
0 everything is OK
-1 invalid token
-2 feed token failed
-233 unknown error occurred
Clone this wiki locally