This commit is contained in:
张良(004796)
2024-01-23 16:20:40 +08:00
parent c0ef9da677
commit 5254dce420
3 changed files with 7 additions and 8 deletions

View File

@@ -81,7 +81,7 @@ public class SettingAppController {
return R.ok(new AgreementDTO(userAgreement));
}
@GetMapping("/agreement/user")
@GetMapping("/agreement/anchorJoin")
@Operation(summary = "用户主播入驻协议")
@Log(title = "用户主播入驻协议", businessType = BusinessType.OTHER, isSaveDb = false)
public R<AgreementDTO> anchorJoinAgreement() {