ソースを参照

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)