18 lines
174 B
Plaintext
18 lines
174 B
Plaintext
meta {
|
|
name: Item Remove
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:11000/api/invlab/item/remove
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"id":3
|
|
}
|
|
}
|