验证是否存在可使用的优惠券
## 验证是否存在可使用的优惠券
### 接口说明
```
接口用途:验证是否存在可使用的优惠券
请求地址:充值站/xyclient/system/
请求方式:Get 或 Post
```
### 请求参数
| 名称| 参数 | 类型 | 默认值 | 示例 |说明 |是否必填
| -------| ------- | ------------ | -------- | -------- | -------- |-
| 请求类型 | cmd | string | xy.get.discode.code | xy.get.discode.code | 固定值|是
| 游戏编号 | gid | int | | 1000| 游戏编号 |是
| 游戏服编号 | sid | int | | 1000| 游戏服编号 |是
| 用户编号 | uid | int | | 1000| 用户编号 |是
| 充值金额 | money | int | | 1000| 充值金额 |是
### 请求响应
```json
{
"code": 1, //可以 弹出优惠券输入框
"msg": "",
"data":null
}
```