|
|
@@ -276,7 +276,7 @@ public class UserController {
|
|
|
}
|
|
|
|
|
|
@ApiNotAuth
|
|
|
- @PostMapping("amity/list2")
|
|
|
+ @PostMapping("/amity/list2")
|
|
|
@ApiOperation(value = "友情链接-列表")
|
|
|
public ResponseHelper<List<AmityUrl>> amityList(@ApiParam(value = "MALL=商城 MANAGE=管理后台") @RequestParam(required = false, defaultValue = "MANAGE") String type) {
|
|
|
List<AmityUrl> amityUrls = userLogic.list2(type);
|