企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# App获取分享赚钱配置 ~~~[api] post:http://yinshimei.data.cuci.cc/store/app.share/config.html *deviceid=1234567890#授权设备ID <<< 操作成功 { "code": 1, "msg": "获取分享赚钱配置!", "data": [ { "position": 1, "title": "120元的面膜一盒", "spreat_num": 10, "team_num": 0, "need_send": 0, "image": "" }, { "position": 2, "title": "120元的面膜一盒+价值120元的洗面奶一支", "spreat_num": 20, "team_num": 0, "need_send": 0, "image": "" }, { "position": 3, "title": "120面膜一盒+价值220元的洗护一套+价值120元的洗面奶一支+价值28元的化妆棉一包", "spreat_num": 30, "team_num": 0, "need_send": 1, "image": "" }, { "position": 4, "title": "4500元的泰国豪华游一次", "spreat_num": 40, "team_num": 0, "need_send": 1, "image": "" }, { "position": 5, "title": "4500元的泰国豪华游一次", "spreat_num": 150, "team_num": 0, "need_send": 1, "image": "" }, { "position": 6, "title": "9688元的iPhone X一台", "spreat_num": 0, "team_num": 1000, "need_send": 1, "image": "" }, { "position": 7, "title": "9688元的iPhone X一台", "spreat_num": 0, "team_num": 2000, "need_send": 1, "image": "" } ] } <<< 登录异常 { "code": 0, "msg": "还没有登录哦,请登录后再来访问!", "data": [] } <<< 参数异常 { "code": 0, "msg": "接口异常,缺少必要参数!", "data": [] } ~~~