提交 2a4367ab 编写于 作者: J Javen205

添加 toString 方法

上级 90c3d8f6
......@@ -298,7 +298,10 @@ public enum WxApiType {
* 小微商户开发配置查询
*/
QUERY_SUB_DEV_CONFIG("/secapi/mch/querysubdevconfig"),
/**
* 获取平台证书列表
*/
GET_CERTIFICATES("/v3/certificates"),
/**
* 查询用户支付分开启状态
*/
......@@ -330,4 +333,9 @@ public enum WxApiType {
public String getType() {
return type;
}
@Override
public String toString() {
return type;
}
}
......@@ -43,4 +43,9 @@ public enum WxDomain {
public String getType() {
return domain;
}
@Override
public String toString() {
return domain;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册