Commit b463b751 authored by 赵啸非's avatar 赵啸非

添加门户license验证接口

parent fb59f5bb
...@@ -95,7 +95,7 @@ public class CipherController { ...@@ -95,7 +95,7 @@ public class CipherController {
@RequestMapping(value = "upload") @RequestMapping(value = "upload")
@UnAuth @UnAuth
public String doFileUpload(MultipartFile file, @RequestParam(value = "prePath", defaultValue = "/file/license") String prePath) { public String doFileUpload(MultipartFile file, @RequestParam(value = "prePath", defaultValue = "file/license") String prePath) {
Map<String, Object> model = new HashMap<>(); Map<String, Object> model = new HashMap<>();
String jsonStr = ""; String jsonStr = "";
try { try {
......
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