This commit is contained in:
86182
2022-10-27 15:18:39 +08:00
parent 7af22a680c
commit 013463be64

View File

@@ -390,7 +390,7 @@ public class UserApi extends ApiBaseController {
/** /**
* 个人主页开或关 * 个人主页开或关
* */ * */
@GetMapping("/show-home") @PostMapping("/show-home")
public JsonResponse<Boolean> showHome(String id,Boolean showHome){ public JsonResponse<Boolean> showHome(String id,Boolean showHome){
if(StringUtil.isBlank(id)){ if(StringUtil.isBlank(id)){
id=this.getCurrent().getAccountId(); id=this.getCurrent().getAccountId();