sunsheng 8 months ago
parent
commit
4f7034da46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/asset.go

+ 1 - 1
src/api/asset.go

@@ -32,7 +32,7 @@ func AssetCategory(c *gin.Context, apictx *ApiSession) (interface{}, error) {
 	}
 
 	cates := comm.DbCategory{}
-
+	// err = bus.NatsCenter.RequestApi("tree.category.query", &req, 3*time.Second, &cates)
 	err = bus.NatsCenter.RequestPackApi("tree.category.query", &req, &cates, &comm.RequestOptions{
 		DeployPack: "spu3dtree",
 	})