.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
21 lines
372 B
Plaintext
21 lines
372 B
Plaintext
meta {
|
|
name: Get Order
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: {{endpoint}}/cgi/wa/orders/4
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"client_id": "highland-mc",
|
|
"client_secret": "(3^DLAvo3v",
|
|
"remark": "我是秦始皇,现在被困香港,现在 SN 转我 500 源点,帮助我回到咸阳,到时候封你为太监一职。",
|
|
"amount": 500
|
|
}
|
|
}
|