AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
~~~[api] post:api/admin/list/gudong/level *shopToken=默认值#token page=默认值 1#页数 pagesize=默认值 10#数量 <<< success { "code":1, "message":"获取成功", "data":\[ { "id":5, "title":"满16减15元", "rate":1, "num":10, "coupon_id":47, "money":"15.00", "limit_money":"16.00", "img_url":"https://gxtc.oss-cn-beijing.aliyuncs.com/wx\_mini/coupon\_1.png" } \] } <<< error { "code": 501, "message": "登陆失败", "data": "" } ~~~ ***** #### 返回参数说明: |参数名|类型|说明| |:----- |:-----|----- | | id| string| 股东等级ID | | title| string| 股东等级名称 | | rate| string| 分成比例 1% | | num| string| 发放数量 | | coupon_id| string| 优惠券id | | money| string| 优惠金额 | | limit\_money| string| 最低使用金额 | | img\_url| string| 图片url |