update 支付宝小程序

This commit is contained in:
Guoqs
2024-06-13 11:56:11 +08:00
parent ae9aa49540
commit 5a72797b06
9 changed files with 154 additions and 108 deletions

View File

@@ -70,7 +70,7 @@ public interface ThirdpartySecretInfoService {
/**
* 通过第三方平台类型,查询平台密钥配置信息
* @param thirdPlatformType 第三方平台类型 {@link com.jsowell.common.enums.thirdparty.ThirdPlatformTypeEnum}
* @param thirdPlatformType 第三方平台类型, 参见{@link com.jsowell.common.enums.thirdparty.ThirdPlatformTypeEnum}
* @return
*/
ThirdPartySecretInfoVO queryByThirdPlatformType(String thirdPlatformType);