接口说明:跳转到兔展编辑器页面创建作品
https://editorapi.rabbitpre.com/open/platform/app/create
参数 | 必选 | 类型 | 说明 |
access_token | true | string | 访问令牌,请妥善保管,泄漏会导致用户信息泄漏 |
换行和缩进只是为了更好的展示:
https://api.17wanxiao.com/api/1/score/get?access_token=ACCESS_TOKEN
参数 | 必选 | 类型 | 说明 |
result_code | true | string | 操作结果:0修改成功,其他则为失败 |
message | true | string | 失败信息 |
grade | true | int | 完美校园用户当前的积分数 |
{
"result_code": 0,
"message": "获取成功",
"grade": 10
}