Commit 238f561c by sikang

bugfix ;

parent 79c8dc98
......@@ -20,7 +20,7 @@ import okhttp3.Request;
* Created by SiKang on 2019-08-07.
*/
public class RequestHandler {
private final String TAG = "RequestHandler_LOG"
private final String TAG = "RequestHandler_LOG";
public static final String DEVICE_SIGN = "deviceSign";
public static final String SD_SIGN = "sdSign";
private Request.Builder requestBuilder;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment