1
This commit is contained in:
@@ -147,6 +147,8 @@ module.exports = {
|
||||
'POST /account/update': async (ctx) => {
|
||||
const body = ctx.getBody();
|
||||
const { id, ...updateData } = body;
|
||||
|
||||
|
||||
await plaAccountService.updateAccount(id, updateData);
|
||||
return ctx.success({ message: '账号信息更新成功' });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user