🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 编辑API卡种 #### 请求地址 admin/Apicardcat/edit 接口类型:需身份校验 #### body参数 | 名称 | 是否必须 | 类型 | 默认值 | 备注 | | --- | --- | --- | --- | --- | | token| true | string | null | token | | aid| true | string | null | 接口ID| | cardCatId| true | string | null | 卡种ID | | productId| true | string | null | 产品ID | | discount| true | string | null | 折扣 | | psid| false | string | null | 平台业务ID | | id| true | string | null | API卡种 ID | #### 状态码 | Code | Msg | | --- | --- | | 0 | 成功 | | -1 | 失败 | #### 成功返回 ~~~ { "code": 0, "msg": "操作成功", "data": \[\] } ~~~