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:
@@ -598,4 +598,10 @@ public interface OrderBasicInfoService{
|
||||
* @param connectorMark 主辅枪标记
|
||||
*/
|
||||
void chargingPileStartedSuccessfully(String transactionCode, String pileConnectorCode, String connectorMark);
|
||||
|
||||
/**
|
||||
* 关闭某笔待支付订单
|
||||
* @param orderCode
|
||||
*/
|
||||
void closeUnPayOder(String orderCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user