.github
android
api
Paperclip
Passport
Reader
Wallet
Create Order.bru
Create Transaction.bru
Get Order.bru
Get Transaction.bru
WatchTower
environments
bruno.json
collection.bru
assets
debian
ios
lib
linux
macos
snap
web
windows
.gitignore
.metadata
.roadsignrc
README.md
analysis_options.yaml
build.yaml
devtools_options.yaml
firebase.json
pubspec.lock
pubspec.yaml
roadsign.toml
22 lines
289 B
Plaintext
22 lines
289 B
Plaintext
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": "新年红包",
|
|
"amount": 150,
|
|
"payee_id": 18
|
|
}
|
|
}
|