20 lines
204 B
Plaintext
20 lines
204 B
Plaintext
meta {
|
|
name: Detail
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:11000/api/highlight/category/:alder
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
alder: detail
|
|
}
|
|
|
|
body:json {
|
|
{"id":1}
|
|
}
|