mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
拆分accounts库和settings库
dns新增azure 新增部署到华为云cdn
This commit is contained in:
@@ -26,7 +26,7 @@ func Sign(c *gin.Context) {
|
||||
form.Code = strings.TrimSpace(form.Code)
|
||||
|
||||
// 从数据库拿用户
|
||||
s, err := public.NewSqlite("data/data.db", "")
|
||||
s, err := public.NewSqlite("data/settings.db", "")
|
||||
if err != nil {
|
||||
// c.JSON(http.StatusBadRequest, public.ResERR(err.Error()))
|
||||
public.FailMsg(c, err.Error())
|
||||
|
||||
Reference in New Issue
Block a user