|
@@ -56,7 +56,7 @@ public class UserController extends BaseController {
|
|
/**
|
|
/**
|
|
* 收藏数等数据
|
|
* 收藏数等数据
|
|
*/
|
|
*/
|
|
- @ApiOperation("收藏数等数据")
|
|
|
|
|
|
+ @ApiOperation("我的列表数据")
|
|
@GetMapping("/infoAttached")
|
|
@GetMapping("/infoAttached")
|
|
public AjaxResult infoAttached() {
|
|
public AjaxResult infoAttached() {
|
|
ClientLoginUser loginUser = wxTokenService.getLoginUser(ServletUtils.getRequest());
|
|
ClientLoginUser loginUser = wxTokenService.getLoginUser(ServletUtils.getRequest());
|