mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-06 17:36:47 +08:00
修改个签
This commit is contained in:
@@ -348,9 +348,7 @@ public class UserApi extends ApiBaseController {
|
||||
* */
|
||||
@GetMapping("/update-sign")
|
||||
public JsonResponse<Boolean> updateSign(String sign){
|
||||
if(StringUtil.isBlank(sign)){
|
||||
return badRequest("参数异常");
|
||||
}
|
||||
|
||||
try {
|
||||
String accountId = this.getCurrent().getAccountId();
|
||||
service.updateSign(accountId,sign);
|
||||
|
||||
Reference in New Issue
Block a user