多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 无卡充值 #### 请求地址 customer/Users/noCardRecharge 接口类型:需身份校验 #### body参数 | 名称 | 是否必须 | 类型 | 默认值 | 备注 | | --- | --- | --- | --- | --- | | token| true | string | null | token | | cardCatId| true | string | null | 卡种 | | phone| true | string | null | 充值目标对象 | | thirdOrderNo| true | string | null | 第三方订单号 | #### 状态码 | Code | Msg | | --- | --- | | 0 | 成功 | | -1 | 失败 | #### 成功返回 ~~~ { "code": 0, "msg": "充值成功", "data": { "order_no": "20200518111106830381" } } ~~~