admin
2020-12-17 452714cdffb21300ed64d5818efaa9cc38c3ee83
service-daylucky/src/main/java/com/ks/daylucky/controller/api/client/UserController.java
@@ -33,7 +33,7 @@
import java.util.List;
@Controller
@RequestMapping("api/client/user")
@RequestMapping(value = "api/client/user", produces = "application/json;charset=utf-8")
public class UserController {
    @Resource
    private UserInfoService userInfoService;