# 無卡充值
#### 請求地址
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"
}
}
~~~