mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 高德地图
This commit is contained in:
@@ -43,6 +43,7 @@ import com.jsowell.service.MemberService;
|
||||
import com.jsowell.service.OrderService;
|
||||
import com.jsowell.service.PileRemoteService;
|
||||
import com.jsowell.service.PileService;
|
||||
import com.jsowell.thirdparty.amap.service.AMapService;
|
||||
import com.jsowell.thirdparty.lianlian.dto.CommonParamsDTO;
|
||||
import com.jsowell.thirdparty.lianlian.service.LianLianService;
|
||||
import com.jsowell.thirdparty.lianlian.util.Cryptos;
|
||||
@@ -165,6 +166,9 @@ public class SpringBootTestController {
|
||||
@Autowired
|
||||
private AdapayMemberService adapayMemberService;
|
||||
|
||||
@Autowired
|
||||
private AMapService aMapService;
|
||||
|
||||
@Test
|
||||
public void testQueryAdapayMemberInfo() {
|
||||
String adapayMemberId = "AM25703321";
|
||||
@@ -249,6 +253,13 @@ public class SpringBootTestController {
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testAMap() throws Exception {
|
||||
String pileConnectorCode = "8800000000012601";
|
||||
String s = aMapService.pushChargingDeviceDynamics(pileConnectorCode);
|
||||
System.out.println(s);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testVinCode() {
|
||||
String msg = "880000000000210203000000000000000000000000000000000000000000000000004C5257594743454B584D43303437313434";
|
||||
|
||||
Reference in New Issue
Block a user