Browse Source

add money charge

huodongdong 6 years ago
parent
commit
e9186173c8
1 changed files with 22 additions and 0 deletions
  1. 22 0
      api/cms/money/charge.md

+ 22 - 0
api/cms/money/charge.md

@@ -0,0 +1,22 @@
+### POST /money/charge
+* method: POST
+* version: v1.0
+* describe: 获取渠道商
+
+##### 参数说明
+|name |type| null | desc |
+|---- |:---|:---|:----:
+| merchantId | string | no | merchant id |
+| quantity | string | no | 金额 |
+| note | string | yes | 备注 |
+> 需要userId 为1的cms用户才能充值
+
+##### 示例
+```
+{
+    "code": 200,
+    "success": true,
+    "message": null,
+    }
+}
+```