Files
multi-simadmin/packages/operation-registry/test/fixtures/upstream-58e2204/bruno-api/unlock_cell_nr.bru
T

28 lines
235 B
Plaintext

meta {
name: 解锁NR小区
type: http
seq: 73
}
post {
url: http://192.168.68.1:3000/api/cell-lock
body: json
auth: inherit
}
body:json {
{
"rat": 16,
"enable": false
}
}
settings {
encodeUrl: true
}