7 lines
205 B
Java
7 lines
205 B
Java
|
|
package tqq9.lc123.cloud.app.eip.iscb;
|
||
|
|
|
||
|
|
public interface LCLogService {
|
||
|
|
public void savelog(String interfaceName,String interfaceUrl,Boolean isPost,Boolean isSucess,String request,String response);
|
||
|
|
|
||
|
|
}
|