|
@@ -25,7 +25,7 @@ import okhttp3.Response;
|
|
|
*
|
|
|
* @author WANGWEI
|
|
|
* @date 2018年9月6日
|
|
|
- * @Copyright (c) 2018-2020 WANGWEI [QQ:522080330] All Rights Reserved.
|
|
|
+ * @Copyright (c) 2018-2020 http://www.qmth.com.cn/ All Rights Reserved.
|
|
|
*/
|
|
|
public class OKHttpUtil {
|
|
|
|
|
@@ -41,7 +41,7 @@ public class OKHttpUtil {
|
|
|
*
|
|
|
* @author WANGWEI
|
|
|
* @date 2019年4月10日
|
|
|
- * @Copyright (c) 2018-2020 WANGWEI [QQ:522080330] All Rights Reserved.
|
|
|
+ * @Copyright (c) 2018-2020 http://www.qmth.com.cn/ All Rights Reserved.
|
|
|
*/
|
|
|
public static interface RequestBodyBuilder {
|
|
|
RequestBody build();
|
|
@@ -52,7 +52,7 @@ public class OKHttpUtil {
|
|
|
*
|
|
|
* @author WANGWEI
|
|
|
* @date 2019年4月10日
|
|
|
- * @Copyright (c) 2018-2020 WANGWEI [QQ:522080330] All Rights Reserved.
|
|
|
+ * @Copyright (c) 2018-2020 http://www.qmth.com.cn/ All Rights Reserved.
|
|
|
*/
|
|
|
public static final class JsonBodyBuilder implements RequestBodyBuilder {
|
|
|
|