📝 Update FAQ

This commit is contained in:
Liang Ding 2023-01-04 13:50:18 +08:00
parent fcb1bf3d98
commit 15bf394ba3
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 21 additions and 7 deletions

View file

@ -59,7 +59,7 @@ func Export2Liandi(id string) (err error) {
}
sqlAssets := sql.QueryRootBlockAssets(id)
err = uploadAssets2Cloud(sqlAssets, "4")
err = uploadAssets2Cloud(sqlAssets, bizTypeExport2Liandi)
if nil != err {
return
}