适配优化的api地址

This commit is contained in:
paulGao
2022-02-12 15:05:42 +08:00
parent 5c78711d8e
commit 1f1b534b13
23 changed files with 37 additions and 53 deletions

View File

@@ -23,7 +23,7 @@ import org.springframework.web.bind.annotation.RestController;
*/
@RestController
@Api(tags = "买家端,直播间接口")
@RequestMapping("/buyer/other/broadcast/studio")
@RequestMapping("/buyer/broadcast/studio")
public class StudioController {
@Autowired

View File

@@ -28,7 +28,7 @@ import javax.validation.constraints.NotNull;
*/
@RestController
@Api(tags = "买家端,会员接口")
@RequestMapping("/buyer/passport/members")
@RequestMapping("/buyer/passport/member")
public class MemberBuyerController {
@Autowired