public class ApiLogService extends Object
| 构造器和说明 |
|---|
ApiLogService() |
| 限定符和类型 | 方法和说明 |
|---|---|
static com.alibaba.fastjson.JSONObject |
addLog(com.alibaba.fastjson.JSONObject joInData,
com.alibaba.fastjson.JSONObject joOutData,
String ip,
String userAgent,
String referer)
获取共享数据中心接口结果
|
static void |
updateLog(com.alibaba.fastjson.JSONObject oldLog,
com.alibaba.fastjson.JSONObject joOutData)
获取共享数据中心接口结果
|
public static com.alibaba.fastjson.JSONObject addLog(com.alibaba.fastjson.JSONObject joInData,
com.alibaba.fastjson.JSONObject joOutData,
String ip,
String userAgent,
String referer)
joInData - 输入JSONObjectjoOutData - 输出JSONObjectip - 访问ipuserAgent - 访问userAgentreferer - 访问来源public static void updateLog(com.alibaba.fastjson.JSONObject oldLog,
com.alibaba.fastjson.JSONObject joOutData)
oldLog - 之前LogjoOutData - 输出JSONObjectCopyright © 2017. All rights reserved.