浏览代码

update name

LinkLeong 1 年之前
父节点
当前提交
38c7b5a569
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      route/v1/recover.go

+ 1 - 1
route/v1/recover.go

@@ -255,7 +255,7 @@ func GetRecoverStorage(c *gin.Context) {
 			a := strings.Split(username, "@")
 			username = a[0]
 		}
-		username += "_dropbox_" + strconv.FormatInt(time.Now().Unix(), 10)
+		username += "_onedrive_" + strconv.FormatInt(time.Now().Unix(), 10)
 
 		dmap["client_id"] = onedrive.ClientID
 		dmap["client_secret"] = onedrive.ClientSecret