优化短信模块的代码

This commit is contained in:
YunaiV
2022-04-11 01:21:33 +08:00
parent e33b2f0dd3
commit 076c7a4e3e
18 changed files with 41 additions and 40 deletions

View File

@ -82,9 +82,9 @@ public class WXPayClientConfig implements PayClientConfig {
@NotBlank(message = "apiclient_cert 不能为空", groups = V3.class)
private String privateCertContent;
/**
* apiV3 钥值
* apiV3 钥值
*/
@NotBlank(message = "apiV3 钥值 不能为空", groups = V3.class)
@NotBlank(message = "apiV3 钥值 不能为空", groups = V3.class)
private String apiV3Key;
/**