mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 20:06:51 +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){
|
||||
if(StringUtil.isBlank(id)){
|
||||
id=this.getCurrent().getAccountId();
|
||||
|
||||
Reference in New Issue
Block a user