|
@@ -282,7 +282,7 @@ public class TeacherController extends BaseController {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- @PostMapping("/unbindTenantDetail")
|
|
|
|
|
|
+ @GetMapping("/unbindTenantDetail")
|
|
@ApiOperation(value = "解绑机构申请记录")
|
|
@ApiOperation(value = "解绑机构申请记录")
|
|
public HttpResponseResult<TenantUnbindRecord> unbindTenantDetail() {
|
|
public HttpResponseResult<TenantUnbindRecord> unbindTenantDetail() {
|
|
SysUser user = sysUserFeignService.queryUserInfo();
|
|
SysUser user = sysUserFeignService.queryUserInfo();
|