瀏覽代碼

GetShopNaviRequest,修改参数类型

jyq 4 年之前
父節點
當前提交
686d8c02c4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      repository/grpc/bsw/im/api.go

+ 1 - 1
repository/grpc/bsw/im/api.go

@@ -154,7 +154,7 @@ func LicenseTypeMap(idList []int64) *im.LicenseTypeMapReply {
 
 func GetShopNavi(userId, shopId int64, parentId int32) *im.UserGetColumnListReply {
 
-	request := &im.UserGetColumnListRequest{UserId: userId, ShopId: shopId, ParentId: parentId}
+	request := &im.UserGetColumnListRequest{UserId: userId, ShopId: shopId, ParentId: int64(parentId)}
 
 	rs, err := getClient().UserGetColumnList(ctx(), request)
 	handleErr(err)