Wangyisimida

Results 2 issues of Wangyisimida

![image](https://user-images.githubusercontent.com/48384582/225190975-cb3dbea5-a3af-4df4-83dd-2509e7fa61df.png) 引入Maven 依赖后,jar包本身就存在冲突

我的测试方法 ![image](https://user-images.githubusercontent.com/48384582/225191992-04607372-41e9-4d1b-b89f-1e121a642959.png) 运行报错 ![image](https://user-images.githubusercontent.com/48384582/225192070-3fb74541-05c2-416e-9786-5f3f45f5a22b.png) 最后看到是RestConnectionService类中的调用okhttp的方法不对,参数类型错误,没有对应的重载方法 ![image](https://user-images.githubusercontent.com/48384582/225192212-888b2816-b76f-4f4d-a9f6-8c0e5caa76c5.png)