|
@@ -58,7 +58,7 @@ public class AccountTempController {
|
|
|
/**
|
|
/**
|
|
|
* 编辑临时账号
|
|
* 编辑临时账号
|
|
|
*/
|
|
*/
|
|
|
- @PutMapping("/post")
|
|
|
|
|
|
|
+ @PutMapping("/update")
|
|
|
public Result<String> update(@RequestBody Account account) {
|
|
public Result<String> update(@RequestBody Account account) {
|
|
|
accountMapper.updateById(account);
|
|
accountMapper.updateById(account);
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult();
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult();
|