Commit 980b5ea8 by songyinghui

feat: 分组过滤增加 企微id

parent 9fc255ca
......@@ -61,5 +61,5 @@ public interface HmGroupApiService {
* @param enterpriseId
* @return
*/
ServiceResponse<List<HmGroupDTO>> queryGroupListByName(String enterpriseId, String groupName);
ServiceResponse<List<HmGroupDTO>> queryGroupListByName(String wxEnterpriseId, String enterpriseId, String groupName);
}
\ No newline at end of file
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