update 对接内蒙古平台

This commit is contained in:
2024-04-20 15:55:35 +08:00
parent ef77a4e0ee
commit 6a7bd665cc
14 changed files with 407 additions and 59 deletions

View File

@@ -71,6 +71,7 @@ import com.jsowell.service.OrderService;
import com.jsowell.service.PileService;
import com.jsowell.service.TempService;
import com.jsowell.thirdparty.amap.service.AMapService;
import com.jsowell.thirdparty.common.NotificationService;
import com.jsowell.thirdparty.huawei.HuaWeiService;
import com.jsowell.thirdparty.lianlian.service.LianLianService;
import com.jsowell.thirdparty.lutongyunting.service.LTYTService;
@@ -247,6 +248,15 @@ public class SpringBootTestController {
@Autowired
private HuaWeiService huaWeiService;
@Autowired
private NotificationService notificationService;
@Test
public void notificationStationInfoTest() {
String stationId = "19";
notificationService.notificationStationInfo(stationId);
}
@Test
public void queryBillingPriceTest() {
String stationId = "19";