Files
full/module/base/sender/test/http/sms_verify.http

7 lines
128 B
Plaintext
Raw Normal View History

POST http://api.apinb.com/sender.Sms/Verify
content-type: application/json
{
"phone": "18610192292",
"code": "123456"
}