1 Star 0 Fork 647

cndv / MeEdu

forked from 白书科技 / MeEdu 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
VIP.md 729 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xiaoteng 提交于 2018-10-11 09:34 . API文档更新

VIP接口

VIP列表

接口(GET):

/api/v1/roles

请求参数:

响应参数:

{
    "data": [
        {
            "name": "年度会员",
            "charge": 299,
            "expire_days": 365,
            "description": [
                "所有视频免费观看\r",
                "专属小密圈"
            ]
        }
    ]
}

购买VIP

接口(POST):

/api/v1/role/{id}/buy

请求参数:

返回参数:

下面是错误消息,成功返回空值.

{
    "message": "余额不足",
    "code": 500
}
PHP
1
https://gitee.com/cndv/MeEdu.git
git@gitee.com:cndv/MeEdu.git
cndv
MeEdu
MeEdu
master

搜索帮助