mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-18 11:52:52 +08:00
21 lines
257 B
Markdown
21 lines
257 B
Markdown
## Admin API
|
|
|
|
### POST /admin/create_payment/
|
|
|
|
Request:
|
|
|
|
{
|
|
"account_id": "525284cc2cebb6d0008b4567",
|
|
"type": "taobao",
|
|
"amount": 10,
|
|
"order_id": "560097131641814"
|
|
}
|
|
|
|
Response:
|
|
|
|
{}
|
|
|
|
Exception:
|
|
|
|
* account_not_exist
|