查询接口
POST HTTP://192.168.70.130:12120/sms/blacklist/api/query/
Content-Type: application/json
{
"phoneNumber": "13231899751",
"fromSystem": "test"
}
nginx转发
POST HTTP://133.96.94.108:12120/sms/blacklist/api/query/
Content-Type: application/json
{
"phoneNumber": "13231899751",
"fromSystem": "test"
}
黑名单解除接口
POST HTTP://192.168.70.130:12120/sms/blacklist/api/remove/
Content-Type: application/json
{
"phone": "13231899751",
"fromSystem": "test",
"operator": "test01"
}
nginx转发
POST HTTP://133.96.94.108:12120/sms/blacklist/api/remove/
Content-Type: application/json
{
"phone": "13231899751",
"fromSystem": "test",
"operator": "test01"
}