|
|
@@ -4,6 +4,8 @@ import java.util.ArrayList;
|
|
|
import java.util.LinkedHashMap;
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
+
|
|
|
+import com.huimv.common.annotation.Anonymous;
|
|
|
import org.springframework.web.bind.annotation.DeleteMapping;
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.PathVariable;
|
|
|
@@ -38,6 +40,7 @@ public class TestController extends BaseController
|
|
|
users.put(2, new UserEntity(2, "ry", "admin123", "15666666666"));
|
|
|
}
|
|
|
|
|
|
+ @Anonymous
|
|
|
@ApiOperation("获取用户列表")
|
|
|
@GetMapping("/list")
|
|
|
public R<List<UserEntity>> userList()
|