Commit 3eb310ff by 徐高华

小红书

parent b3fbd7e6
...@@ -210,6 +210,7 @@ public class ClerkTaskController { ...@@ -210,6 +210,7 @@ public class ClerkTaskController {
if(!content.startsWith("http")) { if(!content.startsWith("http")) {
return RestResponse.failure("9999", "请输入小红书的链接,如:http://xhslink.com/a/uIZodbunsEaY"); return RestResponse.failure("9999", "请输入小红书的链接,如:http://xhslink.com/a/uIZodbunsEaY");
} }
dto.setContent(content);
} }
} }
ServiceResponse<Long> resp = this.clerkTaskApiService.saveContent(dto) ; ServiceResponse<Long> resp = this.clerkTaskApiService.saveContent(dto) ;
......
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