Commit a61d55f1 by 墨竹

fix:增加测试环境

parent 0b3dae6b
......@@ -159,9 +159,15 @@ public class MessageApiServiceImpl implements MessageApiService {
private boolean checkSuitEnterpriseId(String wxEnterpriseId) {
Set<String> wxSet = Sets.newHashSet(
"ac451a350eed4a96958dd5c7377f8bd9",
// 鸿星尔克
"e034e2bd5d0b44d3bf553c9f8204094c");
"e034e2bd5d0b44d3bf553c9f8204094c",
//润臣测试环境
"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