短信投诉分析系统接口本地调用测试.md 773 B

短信投诉分析系统接口本地调用

测试环境

POST http://172.17.1.7:17996/ete/v1/rest/openApi/usercomplaintQuerys
Content-Type: application/json

{
  "token": "A4ZWiyWpfJmeqFIRUTz6whuCJWcgRNuAiTI0SSIwehc=",
  "beginTime": "20220709000000",
  "complaintType": "1",
  "destAddr": "",
  "endTime": "20220710235959",
  "isMobile": "2",
  "flowNo": "101",
  "mobile": "17603197706"
}

正式环境

POST http://172.17.1.6:47996/ete/v1/rest/openApi/usercomplaintQuerys
Content-Type: application/json

{
  "token": "A4ZWiyWpfJmeqFIRUTz6whuCJWcgRNuAiTI0SSIwehc=",
  "beginTime": "20220709000000",
  "complaintType": "1",
  "destAddr": "",
  "endTime": "20220710235959",
  "isMobile": "2",
  "flowNo": "101",
  "mobile": "17603197706"
}