sun-pc 5 months ago
parent
commit
e32bec9daa
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/api/vr.go
  2. 1 1
      src/http.client/vr.http

+ 1 - 1
src/api/vr.go

@@ -22,7 +22,7 @@ func CreateVr(c *gin.Context, apictx *ApiSession) (interface{}, error) {
 
 	defuealt := 0
 	vr.Clicks = &defuealt
-	vr.Sort = getSortInt(apictx, repo.CollectionVideos) + 1
+	vr.Sort = getSortInt(apictx, repo.CollectionVr) + 1
 	// 正常状态
 	state := -1
 	vr.State = &state

File diff suppressed because it is too large
+ 1 - 1
src/http.client/vr.http


Some files were not shown because too many files changed in this diff