升级 spring boot 版本到 2.4

This commit is contained in:
xiafang
2020-12-11 10:13:35 +08:00
parent 4094d4fb19
commit b122973e4b
3 changed files with 41 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ public enum WechatPayV3Type {
MARKETING_FAVOR_STOCKS_PAUSE(HttpMethod.POST,"%s/v3/marketing/favor/stocks/{stock_id}/pause"),
/**
* 发放代金券API & 根据商户号查用户的券.
* 发放代金券API根据商户号查用户的券.
*/
MARKETING_FAVOR_USERS_COUPONS(HttpMethod.POST,"%s/v3/marketing/favor/users/{openid}/coupons"),
/**