Commit 74ec08a1 by 徐高华

导出改成json请求

parent 8d043d7c
...@@ -345,7 +345,7 @@ public class GroupChatController { ...@@ -345,7 +345,7 @@ public class GroupChatController {
* 客户群列表数据明细导出 * 客户群列表数据明细导出
*/ */
@RequestMapping("customer-group-export") @RequestMapping("customer-group-export")
public RestResponse<Boolean> customerGroupExport(HttpServletRequest request, HttpServletResponse response,GroupChatSearchQDTO qdto) { public RestResponse<Boolean> customerGroupExport(HttpServletRequest request, HttpServletResponse response,@RequestBody GroupChatSearchQDTO qdto) {
// 登录校验 // 登录校验
WebLoginDTO loginUser = AuthWebRequestUtil.getLoginUser(); WebLoginDTO loginUser = AuthWebRequestUtil.getLoginUser();
if (loginUser == null || StringUtils.isBlank(loginUser.getEnterpriseId())) { if (loginUser == null || StringUtils.isBlank(loginUser.getEnterpriseId())) {
......
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