移除微信支付相关

This commit is contained in:
Guoqs
2024-08-13 14:05:48 +08:00
parent 48d80872aa
commit b031ea4583
12 changed files with 345 additions and 399 deletions

View File

@@ -259,7 +259,7 @@ public class ZheJiangPlatformServiceImpl implements ThirdPartyPlatformService {
return resultMap;
}
// 获取青海平台配置密钥信息
// 获取平台配置密钥信息
private ThirdPartySecretInfoVO getZheJiangPlatformSecretInfo() {
// 通过第三方平台类型查询相关配置信息
ThirdPartySecretInfoVO thirdPartySecretInfoVO = thirdpartySecretInfoService.queryByThirdPlatformType(ThirdPlatformTypeEnum.ZHE_JIANG_PLATFORM.getTypeCode());