Commit a5b3b749 authored by jiaorz's avatar jiaorz

123

parent 3b6f76a8
...@@ -14,7 +14,7 @@ public class RandomListController { ...@@ -14,7 +14,7 @@ public class RandomListController {
@Autowired @Autowired
RandomListBiz randomListBiz; RandomListBiz randomListBiz;
@GetMapping("/get") @GetMapping("/app/unauth/get")
public ObjectRestResponse getRandomList(RandomListDto randomListDto) { public ObjectRestResponse getRandomList(RandomListDto randomListDto) {
if(randomListDto == null) { if(randomListDto == null) {
return ObjectRestResponse.paramIsEmpty(); return ObjectRestResponse.paramIsEmpty();
......
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