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

24 lines
249 B
Plaintext

meta {
name: Send SMS
type: http
seq: 110
}
post {
url: http://192.168.68.1:3000/api/sms/send
body: json
auth: inherit
}
body:json {
{
"phone_number": "10086",
"content": "测试短信"
}
}
settings {
encodeUrl: true
}