mirror of
https://github.com/allinssl/allinssl.git
synced 2025-12-15 09:55:37 +08:00
修改工作流主方法,修改证书申请
This commit is contained in:
@@ -125,3 +125,13 @@ func GetAccountList(c *gin.Context) {
|
||||
}
|
||||
public.SuccessData(c, accounts, total)
|
||||
}
|
||||
|
||||
func GetCaList(c *gin.Context) {
|
||||
cas, total, err := apply.GetCaList()
|
||||
if err != nil {
|
||||
public.FailMsg(c, err.Error())
|
||||
return
|
||||
}
|
||||
public.SuccessData(c, cas, total)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user