mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-30 01:58:23 +08:00
🎨 完善部分代码注释,修复 yaml 未自动提示 hosts 配置问题
This commit is contained in:
committed by
Binary Wang
parent
606e932647
commit
39a152b1fb
@ -37,10 +37,19 @@ public class WxMpMultiProperties implements Serializable {
|
||||
public static class HostConfig implements Serializable {
|
||||
private static final long serialVersionUID = -4172767630740346001L;
|
||||
|
||||
/**
|
||||
* 对应于:https://api.weixin.qq.com
|
||||
*/
|
||||
private String apiHost;
|
||||
|
||||
/**
|
||||
* 对应于:https://open.weixin.qq.com
|
||||
*/
|
||||
private String openHost;
|
||||
|
||||
/**
|
||||
* 对应于:https://mp.weixin.qq.com
|
||||
*/
|
||||
private String mpHost;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user