.github
android
api
Interactive
Nexus
Paperclip
Passport
Reader
Wallet
Create Order.bru
Create Transaction.bru
Get Order.bru
Get Transaction.bru
WatchTower
environments
bruno.json
collection.bru
assets
debian
drift_schemas
ios
lib
linux
macos
snap
test
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
374 B
Plaintext
21 lines
374 B
Plaintext
meta {
|
|
name: Create Order
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{endpoint}}/cgi/wa/orders
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"client_id": "highland-mc",
|
|
"client_secret": "(3^DLAvo3v",
|
|
"remark": "我是秦始皇,现在被困香港,现在 SN 转我 500 源点,帮助我回到咸阳,到时候封你为太监一职。",
|
|
"amount": 500
|
|
}
|
|
}
|