Surface/api/Wallet/Create Transaction.bru

22 lines
289 B
Plaintext
Raw Normal View History

2025-02-03 21:34:15 +08:00
meta {
name: Create Transaction
type: http
seq: 3
}
post {
url: {{endpoint}}/cgi/wa/transactions
body: json
auth: none
}
body:json {
{
"client_id": "alphabot",
"client_secret": "_uR0sVnHTh",
"remark": "新年红包",
2025-02-15 18:43:06 +08:00
"amount": 150,
"payee_id": 18
2025-02-03 21:34:15 +08:00
}
}