[网站服务]列表中增加审核筛选和标识

This commit is contained in:
刘祥超
2020-12-19 15:53:57 +08:00
parent d6ad7f399d
commit dafdff9d9a
5 changed files with 69 additions and 25 deletions

View File

@@ -58,8 +58,8 @@ func (this *IndexAction) RunPost(params struct {
}
_, err = this.RPC().ServerRPC().UpdateServerNames(this.AdminContext(), &pb.UpdateServerNamesRequest{
ServerId: params.ServerId,
Config: []byte(params.ServerNames),
ServerId: params.ServerId,
ServerNamesJSON: []byte(params.ServerNames),
})
if err != nil {
this.ErrorPage(err)