Commit f1641fd3 by 徐高华

社群群发

parent 4f6664da
......@@ -85,10 +85,11 @@ public class GroupChatPlanController {
* @return
*/
@RequestMapping("staff-group-list")
public RestResponse<Object> staffGrupList(String wxEnterpriseId , String staffId , BasePageInfo basePageInfo) {
public RestResponse<Object> staffGrupList(String enterpriseId , String wxEnterpriseId , String staffId , BasePageInfo basePageInfo) {
GroupChatSearchQDTO qdto = new GroupChatSearchQDTO() ;
qdto.setWxEnterpriseId(wxEnterpriseId);
qdto.setStaffId(staffId);
qdto.setEnterpriseId(enterpriseId);
ServiceResponse<Page<GroupChatDTO>> page = this.groupChatApiService.listPage(qdto, basePageInfo);
return RestResponse.successResult(page.getResult());
}
......
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