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