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

Reference of v1 random

TheSnowfield edited this page Apr 23, 2020 · 6 revisions
arguments description optional
start range of start YES when end is not passed in
end range of end YES

The default range is 1 to 11.

Return data

{
    "status": 0,
    "content": {
        "id": "grievouslady",
        "difficultly": 11
    }
}

Error status

status description
0 everything is OK
-1 invalid range of start
-2 invalid range of end
-3 internal error
-233 unknown error occurred
Clone this wiki locally