🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# App获取奖项配置 ~~~[api] post:http://yinshimei.data.cuci.cc/store/app.prize/options.html *group=A#项目分组编号 *deviceid=1234567890#授权设备ID <<< 操作成功 { "code": 1, "msg": "获取奖项A成功!", "data": { "isopen": true, "list": [ { "send": 1, "level": 1, "name": "小米手环-测试", "image": "http://static.cdn.cuci.cc/2017/0905/87f007c050a3f6655000b247a87e6bf5.png", "bigimage": "http://oydmhthmx.bkt.clouddn.com/dcc9fee88d4b1dd1/c74ccdef033596c2.png" }, { "send": 0, "level": 2, "name": "积分300", "image": "http://static.cdn.cuci.cc/2017/0904/f47b8fe06e38ae9908e8398da45583b9.png", "bigimage": "http://oydmhthmx.bkt.clouddn.com/dcc9fee88d4b1dd1/c74ccdef033596c2.png" }, { "send": 0, "level": 3, "name": "积分200", "image": "http://static.cdn.cuci.cc/2017/0904/f47b8fe06e38ae9908e8398da45583b9.png", "bigimage": "http://oydmhthmx.bkt.clouddn.com/eca480f7657fa078/850c39ec38b4f333.png" }, { "send": 0, "level": 4, "name": "积分100", "image": "http://static.cdn.cuci.cc/2017/0904/f47b8fe06e38ae9908e8398da45583b9.png", "bigimage": "http://oydmhthmx.bkt.clouddn.com/dcc9fee88d4b1dd1/c74ccdef033596c2.png" }, { "send": 0, "level": 5, "name": "积分50", "image": "http://static.cdn.cuci.cc/2017/0904/f47b8fe06e38ae9908e8398da45583b9.png", "bigimage": "http://oydmhthmx.bkt.clouddn.com/eca480f7657fa078/850c39ec38b4f333.png" }, { "send": 0, "level": 6, "name": "积分10", "image": "http://static.cdn.cuci.cc/2017/0904/f47b8fe06e38ae9908e8398da45583b9.png", "bigimage": "http://oydmhthmx.bkt.clouddn.com/eca480f7657fa078/850c39ec38b4f333.png" } ] } } <<< 登录异常 { "code": 0, "msg": "还没有登录哦,请登录后再来访问!", "data": [] } <<< 参数异常 { "code": 0, "msg": "接口异常,缺少必要参数!", "data": [] } ~~~