Commit 2f6014e5 authored by 赵啸非's avatar 赵啸非

添加文件压缩

parent 8e6e2949
...@@ -140,6 +140,7 @@ public class SkinBaseController extends BaseCRUDJsonBodyMappingController<SkinBa ...@@ -140,6 +140,7 @@ public class SkinBaseController extends BaseCRUDJsonBodyMappingController<SkinBa
* 获取皮肤所有相关资源文件并压缩打包成zip * 获取皮肤所有相关资源文件并压缩打包成zip
*/ */
@PostMapping(value = "skinzip") @PostMapping(value = "skinzip")
@GetMapping(value = "skinzip")
@UnAuth @UnAuth
public void skinzip(@RequestBody SkinBaseEntity query) { public void skinzip(@RequestBody SkinBaseEntity query) {
JSONObject jsonObject = new JSONObject(); JSONObject jsonObject = new JSONObject();
......
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