This commit is contained in:
Daniel 2023-08-15 16:32:13 +08:00
parent a169b3913a
commit 4b96ead36a
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 15 additions and 4 deletions

View file

@ -365,7 +365,7 @@ func parseSearchAssetContentArgs(arg map[string]interface{}) (page, pageSize int
method = int(methodArg.(float64))
}
// orderBy0相关度默认1按更新时间升序2:按更新时间降序
// orderBy0按相关度降序1按相关度升序2按更新时间升序3:按更新时间降序
orderByArg := arg["orderBy"]
if nil != orderByArg {
orderBy = int(orderByArg.(float64))