|
@@ -388,7 +388,7 @@ type SubscribeData struct {
|
|
|
Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
|
|
|
HasNextPage bool `protobuf:"varint,2,opt,name=hasNextPage,proto3" json:"hasNextPage,omitempty"`
|
|
|
List []*SubscribeInfo `protobuf:"bytes,3,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
- IsRecommend bool `protobuf:"varint,4,opt,name=isRecommend,proto3" json:"isRecommend,omitempty"`
|
|
|
+ IsRecommend string `protobuf:"bytes,4,opt,name=isRecommend,proto3" json:"isRecommend,omitempty"`
|
|
|
}
|
|
|
|
|
|
func (x *SubscribeData) Reset() {
|
|
@@ -444,11 +444,11 @@ func (x *SubscribeData) GetList() []*SubscribeInfo {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
-func (x *SubscribeData) GetIsRecommend() bool {
|
|
|
+func (x *SubscribeData) GetIsRecommend() string {
|
|
|
if x != nil {
|
|
|
return x.IsRecommend
|
|
|
}
|
|
|
- return false
|
|
|
+ return ""
|
|
|
}
|
|
|
|
|
|
type SubscribeInfo struct {
|
|
@@ -4227,7 +4227,7 @@ var file_bxsubscribe_proto_rawDesc = []byte{
|
|
|
0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x2e, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69,
|
|
|
0x62, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0b,
|
|
|
0x69, 0x73, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
|
- 0x08, 0x52, 0x0b, 0x69, 0x73, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x22, 0xa1,
|
|
|
+ 0x09, 0x52, 0x0b, 0x69, 0x73, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x22, 0xa1,
|
|
|
0x08, 0x0a, 0x0d, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x49, 0x6e, 0x66, 0x6f,
|
|
|
0x12, 0x0f, 0x0a, 0x03, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x49,
|
|
|
0x64, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|