This commit is contained in:
parent
6f88e448d1
commit
a4e14baff4
|
|
@ -48,7 +48,7 @@ public class LCLogServiceImpl implements LCLogService {
|
||||||
if (response == null || response.length() <= 255) {
|
if (response == null || response.length() <= 255) {
|
||||||
apiLog.set("tqq9_response", response);
|
apiLog.set("tqq9_response", response);
|
||||||
} else {
|
} else {
|
||||||
String resSub = request.substring(0, 254);
|
String resSub = response.substring(0, 254);
|
||||||
apiLog.set("tqq9_response", resSub);
|
apiLog.set("tqq9_response", resSub);
|
||||||
apiLog.set("tqq9_response_tag", response);
|
apiLog.set("tqq9_response_tag", response);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue