Commit 591379c6 by xugaojun

增加白名单

parent 647312f5
......@@ -194,7 +194,7 @@ public class MessageApiServiceImpl implements MessageApiService {
}
private boolean checkSuitEnterpriseId(String wxEnterpriseId) {
Set<String> wxSet = Sets.newHashSet("ca66a01b79474c40b3e7c7f93daf1a3b","c0c2186a947440aa8c0afbdd869ec043");
Set<String> wxSet = Sets.newHashSet("ca66a01b79474c40b3e7c7f93daf1a3b","c0c2186a947440aa8c0afbdd869ec043","ac451a350eed4a96958dd5c7377f8bd9");
return wxSet.contains(wxEnterpriseId);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment