(1)流媒体protocol字段国际化修改

(2)流媒体接口url修改
(3)ip日志查询条件后台动作换成service
This commit is contained in:
wangxin
2018-10-12 17:19:21 +08:00
parent a70a3b6367
commit 99d1bfe116
8 changed files with 15 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ public class MmAvUrlLogController extends BaseController{
model.addAttribute("serviceList", serviceList);
String url = "";
url = Constants.LOG_BASE_URL+Constants.NTC_MMAVURL_LOG;
url = Constants.LOG_BASE_URL+Constants.NTC_STREAMMEDIA_LOG;
String jsonString = HttpClientUtil.getMsg(url,params,request);
Gson gson = new GsonBuilder().create();