update 对接第三方平台

This commit is contained in:
2024-03-27 11:46:11 +08:00
parent 5b9425fdc7
commit 12e7c34509
35 changed files with 353 additions and 197 deletions

View File

@@ -1,12 +1,10 @@
package com.jsowell.thirdparty.huawei;
import com.jsowell.pile.domain.huawei.HWStationInfo;
import com.jsowell.pile.dto.*;
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.pile.thirdparty.CommonParamsDTO;
import com.jsowell.thirdparty.zhongdianlian.dto.ZDLGetTokenDTO;
import java.io.UnsupportedEncodingException;