API 관리 > 외부 데이터 연동 통계 : API 호출 로그 목록 표시 연결 테이블 변경
parent
4af935e623
commit
c68b10a1f3
|
|
@ -837,7 +837,7 @@
|
||||||
function getMgmtApiLogList(){
|
function getMgmtApiLogList(){
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type : "POST",
|
type : "POST",
|
||||||
url : "/admins/mgmtApiLog/list.do" ,
|
url : "/admins/mgmtApi/o_logList.do" ,
|
||||||
data : {},
|
data : {},
|
||||||
dataType :"json",
|
dataType :"json",
|
||||||
success : function(res){ // res.code, res.msg, res.data
|
success : function(res){ // res.code, res.msg, res.data
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue