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

修改配置文件

parent 948301b0
......@@ -200,7 +200,7 @@ public class ProxyController {
String tid = data.getString("tid");
if (!ObjectUtils.isEmpty(tid) && "/file".startsWith(tid)) {
if (!ObjectUtils.isEmpty(tid) && tid.startsWith("/file")) {
String filePath = uploadService.getFilePath(tid);
......
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