📝 Update API docs

This commit is contained in:
2025-02-03 21:34:15 +08:00
parent c6ce3fe2b7
commit 13e42429a9
4 changed files with 81 additions and 0 deletions

View File

@ -0,0 +1,21 @@
meta {
name: Create Transaction
type: http
seq: 3
}
post {
url: {{endpoint}}/cgi/wa/transactions
body: json
auth: none
}
body:json {
{
"client_id": "highland-mc",
"client_secret": "(3^DLAvo3v",
"remark": "秦始皇的赞赏",
"amount": 500,
"payee_id": 1
}
}