Authored by tanling

礼品卡

... ... @@ -15,15 +15,14 @@
#### 请求参数
| 参数名称 | 参数类型 |长度| 可否为空 | 示例 | 默认值 | 备注 |
|:-------| -----:|-----:|-----:|-----:|-----:|----:|
|mobile|String||否|15651035158|empty string|手机号码|
|area|String||是|86|empty string|国家号|
|uid|String||否|500026812|empty string|用户Uid|
注意,通用的头部没有列出。
请求示例(将debug=XYZ换为通用头)
http://localhost:8090/gateway?method=app.giftcard.sendSms&mobile=15651035157
http://localhost:8090/gateway?method=app.giftcard.sendSms&uid=500026812
成功时,否则是失败。响应JSON格式如下所示:
```json
... ...