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:
@@ -304,19 +304,19 @@ public class SpringBootTestController {
|
||||
@Test
|
||||
public void issuanceOfParkingTicketsTest() {
|
||||
QcyunParkCouponDTO dto = QcyunParkCouponDTO.builder()
|
||||
.plateNumber("粤QWE443")
|
||||
.plateNumber("粤B99614")
|
||||
.stationId("")
|
||||
.stationName("测试站点")
|
||||
.orgId("BTTEST01")
|
||||
.parkId("")
|
||||
.parkId("61578")
|
||||
.build();
|
||||
qcyunsService.issuanceOfParkingTickets(dto);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void getCarInfoTest() {
|
||||
String parkId = "11609";
|
||||
String plateNumber = "粤QWE443";
|
||||
String parkId = "61578";
|
||||
String plateNumber = "粤B99613";
|
||||
String URL = "http://test-gateway.qcyuns.com/park-data-api/data/centre/api/v1";
|
||||
String secretKey = "K9OGNA7CIY8N5GXD8HF3WVDMEZNFKL3F";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user