mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-14 05:16:49 +08:00
用户
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user