AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# 编辑客户卡种 #### 请求地址 admin/Customer/cardCatEdit 接口类型:需身份校验 #### body参数 | 名称 | 是否必须 | 类型 | 默认值 | 备注 | | --- | --- | --- | --- | --- | | token| true | string | null | token | | customerId| true | string | null | 客户ID | | cardCatId| true | string | null | 卡种ID | | discount| false | string | null | 折扣 | | pid| false | string | null | 充值平台ID | | id| false | string | null | 客户卡种ID | #### 状态码 | Code | Msg | | --- | --- | | 0 | 成功 | | -1 | 失败 | #### 成功返回 ~~~ { "code": 0, "msg": "编辑成功", "data": \[\] } ~~~