1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

fix endpoint

This commit is contained in:
flystar32 2018-10-30 20:20:40 +08:00
parent f9603bf8f7
commit 6ed038ec2e

View File

@ -40,6 +40,7 @@ public class AnsEndpoint extends AbstractEndpoint<Map<String, Object>> {
public AnsEndpoint(AnsProperties ansProperties) {
super("ans", false);
this.ansProperties = ansProperties;
}
/**