mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-13 20:00:25 +08:00
[用户]实现对平台用户的增删改查
This commit is contained in:
@@ -113,7 +113,7 @@ func (this *RequestCertPopupAction) RunPost(params struct {
|
||||
this.ErrorPage(err)
|
||||
return
|
||||
}
|
||||
defer this.CreateLogInfo("创建ACME用户", createUserResp.AcmeUserId)
|
||||
defer this.CreateLogInfo("创建ACME用户 %d", createUserResp.AcmeUserId)
|
||||
acmeUserId = createUserResp.AcmeUserId
|
||||
|
||||
this.Data["acmeUser"] = maps.Map{
|
||||
|
||||
Reference in New Issue
Block a user