version:1.0.1

update:
bugfixes:修复TAG
This commit is contained in:
2024-07-13 15:35:13 +08:00
parent 4657e3ad2b
commit b4fc904734
97 changed files with 97 additions and 97 deletions

View File

@@ -22,7 +22,7 @@ import okio.Buffer;
* v1.0 2022-07-15 16:16:52
*/
public class RepeatRequestInterceptor implements Interceptor {
private static final String TAG = RepeatRequestInterceptor.class.getSimpleName();
private static final String TAG = "RepeatRequestInterceptor";
private final ConcurrentHashMap<String, Long> requestIdsMap = new ConcurrentHashMap<>();
public static final String REPEAT_REQUEST_PROTOCOL = "OKHTTP_REPEAT_REQUEST_PROTOCOL";