💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 新增客户卡种 #### 请求地址 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 | #### 状态码 | Code | Msg | | --- | --- | | 0 | 成功 | | -1 | 失败 | #### 成功返回 ~~~ { "code": 0, "msg": "添加成功", "data": \[\] } ~~~