UI: 创建充值记录

This commit is contained in:
jysperm
2014-05-28 10:17:23 +08:00
parent 0cf91df071
commit 8467edef3a
4 changed files with 45 additions and 5 deletions

View File

@@ -1,12 +1,16 @@
## Admin API
### POST /admin/update_account/
### POST /admin/create_payment/
Request:
{
"account_id": "525284cc2cebb6d0008b4567",
"amount_inc": -1
"type": "taobao",
"amount": "10",
"order_id": "560097131641814"
}
No Response.
Response:
{}