mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
新增 华为Vin启动充电
This commit is contained in:
@@ -7,6 +7,7 @@ import com.jsowell.pile.dto.QueryStartChargeDTO;
|
||||
import com.jsowell.pile.dto.QueryStationInfoDTO;
|
||||
import com.jsowell.pile.dto.huawei.DeliverEquipBusinessDTO;
|
||||
import com.jsowell.pile.dto.huawei.ReceiveDeliverDTO;
|
||||
import com.jsowell.pile.dto.huawei.VinStartChargeDTO;
|
||||
import com.jsowell.thirdparty.lianlian.dto.CommonParamsDTO;
|
||||
import com.jsowell.thirdparty.zhongdianlian.dto.ZDLGetTokenDTO;
|
||||
|
||||
@@ -185,4 +186,17 @@ public interface HuaWeiService {
|
||||
* @return
|
||||
*/
|
||||
Map<String, String> receiveDeliverEquipBusinessPolicyResult(ReceiveDeliverDTO dto);
|
||||
|
||||
|
||||
/**
|
||||
* vin启动充电
|
||||
* 平台 <-- 华为
|
||||
*
|
||||
* insert_start_charge
|
||||
*
|
||||
* @param dto
|
||||
* @return
|
||||
* @throws Exception
|
||||
*/
|
||||
Map<String, String> vinStartCharge(VinStartChargeDTO dto) throws Exception;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user