企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
> 套餐列表 ~~~[api] POST:/api/admin/pack/list *shopToken=默认值#token type=默认值# 自定义套餐:custom 不传参数就是标准套餐 <<< success { "code": 1, "message": "获取成功", "data": {             { "id": 9, "title": "右柜麦克风", "img": "http://gxtc.oss-accelerate.aliyuncs.com/images/left.png", "minute": "60", "over_time_price": "0.10", "price": "0.01", "limite_money": "199.00", "free_time": "1", "remark": "起步价----0.01元/60分钟,前1分钟免费;", "remark1": "超市费----超出0.10元/分钟,199.00元封顶."             }     } } <<< error { "code": -101, "message": "请先登入", "data": "" } ~~~ #### 返回参数说明: |参数名|类型|说明| |:----- |:-----|----- | | id| int| 套餐ID | | title| string| 套餐名称 | | img| string| 图片| | remark| string| 内容| | remark1| string| 内容|