mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-01-01 12:55:05 +08:00
feat: 修改枚举
This commit is contained in:
parent
71863bb8f2
commit
011401e7be
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ import lombok.NoArgsConstructor;
|
|||
public enum PayChannelVersion implements SkyeyeEnumClass {
|
||||
|
||||
// <a href="https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=4_1">V2 协议说明</a>
|
||||
V2("V2", "V2 协议", true, false),
|
||||
V2_PROTOCOL("V2", "V2 协议", true, false),
|
||||
// <a href="https://pay.weixin.qq.com/wiki/doc/apiv3/wechatpay/wechatpay-1.shtml">V3 协议说明</a>
|
||||
V3("V3", "V3 协议", true, true);
|
||||
V3_PROTOCOL("V3", "V3 协议", true, true);
|
||||
|
||||
private String key;
|
||||
|
||||
|
|
Loading…
Reference in a new issue