mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
站点信息表添加 是否对接高德 字段
This commit is contained in:
@@ -30,6 +30,7 @@ import com.jsowell.pile.domain.ykcCommond.IssueQRCodeCommand;
|
||||
import com.jsowell.pile.domain.ykcCommond.ProofreadTimeCommand;
|
||||
import com.jsowell.netty.handler.HeartbeatRequestHandler;
|
||||
import com.jsowell.netty.service.yunkuaichong.YKCBusinessService;
|
||||
import com.jsowell.pile.dto.amap.GetStationInfoDTO;
|
||||
import com.jsowell.pile.service.YKCPushCommandService;
|
||||
import com.jsowell.pile.domain.*;
|
||||
import com.jsowell.pile.dto.*;
|
||||
@@ -169,6 +170,13 @@ public class SpringBootTestController {
|
||||
@Autowired
|
||||
private AMapService aMapService;
|
||||
|
||||
|
||||
@Test
|
||||
public void testBillingTemplate() {
|
||||
pileBillingTemplateService.queryStationBillingTemplateListForUniApp("2");
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testQueryAdapayMemberInfo() {
|
||||
String adapayMemberId = "AM25703321";
|
||||
@@ -256,8 +264,10 @@ public class SpringBootTestController {
|
||||
@Test
|
||||
public void testAMap() throws Exception {
|
||||
String pileConnectorCode = "8800000000012601";
|
||||
String s = aMapService.pushChargingDeviceDynamics(pileConnectorCode);
|
||||
System.out.println(s);
|
||||
// String s = aMapService.pushChargingDeviceDynamics(pileConnectorCode);
|
||||
GetStationInfoDTO dto = new GetStationInfoDTO();
|
||||
dto.setType("page");
|
||||
aMapService.getStationInfos(dto);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user