Commit 7b398a95 by 徐高华

test

parent c68193fa
......@@ -176,7 +176,7 @@ public class GroupChatHmController {
}
@RequestMapping("download")
public RestResponse<Object> download(List<Long> chatHmIdList) {
public RestResponse<Object> download(String params) {
SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMddHHmmss");
String qrCodeName = "群活码";
final String fileName = qrCodeName + "_" + sdf.format(new Date()) + ".zip";
......
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