mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-02 13:07:57 +08:00
添加汇付支付回调接口
This commit is contained in:
@@ -82,6 +82,16 @@
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.huifu.adapay.core</groupId>
|
||||
<artifactId>adapay-core-sdk</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.huifu.adapay</groupId>
|
||||
<artifactId>adapay-java-sdk</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<properties>
|
||||
|
||||
@@ -91,7 +91,9 @@ public interface IPileConnectorInfoService {
|
||||
*/
|
||||
int updateConnectorStatus(String connectorCode, String status);
|
||||
|
||||
/**
|
||||
String pushConnectorStatus(String pileConnectorCode, String status);
|
||||
|
||||
/**
|
||||
* 通过桩编号修改枪口状态
|
||||
* 仅用于登录逻辑使用
|
||||
* @param pileSn 桩编号
|
||||
|
||||
Reference in New Issue
Block a user