mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
深圳平台新增 查询令牌、推送站点信息接口
This commit is contained in:
@@ -196,6 +196,11 @@ public class CommonService {
|
||||
insertInfo2DataBase(dto);
|
||||
result = dto.getThirdPartyType() + ":" + "OK";
|
||||
}
|
||||
if (StringUtils.equals(ThirdPlatformTypeEnum.DIAN_XING_PLATFORM.getTypeCode(), dto.getThirdPartyType())) {
|
||||
// 宁波点行平台
|
||||
insertInfo2DataBase(dto);
|
||||
result = ThirdPlatformTypeEnum.DIAN_XING_PLATFORM.getTypeLabel() + ":" + "OK";
|
||||
}
|
||||
finalResult.append(result).append("\n");
|
||||
}
|
||||
return finalResult.toString();
|
||||
|
||||
Reference in New Issue
Block a user