|
@@ -134,7 +134,7 @@ public class TicketApi {
|
|
|
// .timeout(-1).body(JSONUtil.toJsonStr(dfyRequestBase)).execute().body();
|
|
|
String post = HttpUtil.post(host + url, JSONUtil.toJsonStr(dfyRequestBase));
|
|
|
ApiLog apiLog = new ApiLog();
|
|
|
- apiLog.setSystem("difengyun");
|
|
|
+ apiLog.setSystem("Ticket");
|
|
|
apiLog.setService(url);
|
|
|
apiLog.setRequest(post);
|
|
|
apiLog.setResponse(JSONUtil.toJsonStr(post));
|