mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update 生成占桩订单
This commit is contained in:
@@ -189,6 +189,23 @@ public class SpringBootTestController {
|
||||
@Autowired
|
||||
private ClearingWithdrawInfoService clearingWithdrawInfoService;
|
||||
|
||||
@Autowired
|
||||
private OrderPileOccupyService orderPileOccupyService;
|
||||
|
||||
@Test
|
||||
public void testGenerateOccupyPileOrder() {
|
||||
String memberId = "67569684";
|
||||
String pileSn = "88230000000135";
|
||||
String connectorCode = "01";
|
||||
orderPileOccupyService.generateOccupyPileOrder(memberId, pileSn, connectorCode);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testStopOccupyPileOrder() {
|
||||
String occupyCode = "OP82399061445";
|
||||
orderPileOccupyService.stopOccupyPileOrder(occupyCode);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testCreateConfirmReverse() throws BaseAdaPayException {
|
||||
List<String> list = Lists.newArrayList();
|
||||
|
||||
Reference in New Issue
Block a user