feature (工行押品):添加工行询价功能

1. 小区百度坐标转高德坐标
This commit is contained in:
purple
2020-07-22 18:49:28 +08:00
parent c0cc060384
commit ec398fc8c9
7 changed files with 313 additions and 0 deletions

View File

@ -48,6 +48,14 @@
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<!-- SpringBoot 拦截器 -->
<dependency>
<groupId>org.springframework.boot</groupId>