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