瀏覽代碼

add comment

sunsheng 8 月之前
父節點
當前提交
4ea98e8476
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/api/utils.go

+ 1 - 0
src/api/utils.go

@@ -9,6 +9,7 @@ import (
 	"go.mongodb.org/mongo-driver/bson/primitive"
 )
 
+// 这里需要nats获取通用用户信息,因为spu3d中功能聚合了lancher的功能
 func getUserRole(_ *gin.Context, apictx *ApiSession) ([]string, error) {
 	if apictx.User != nil {
 		userId, _ := primitive.ObjectIDFromHex(apictx.User.Parent)