|
@@ -37,7 +37,7 @@ type Req struct {
|
|
|
UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
|
AppId int64 `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
PointType int64 `protobuf:"varint,3,opt,name=pointType,proto3" json:"pointType,omitempty"`
|
|
|
- BusinessTypeId int64 `protobuf:"varint,4,opt,name=businessTypeId,proto3" json:"businessTypeId,omitempty"`
|
|
|
+ BusinessTypeId string `protobuf:"bytes,4,opt,name=businessTypeId,proto3" json:"businessTypeId,omitempty"`
|
|
|
BusinessType string `protobuf:"bytes,5,opt,name=businessType,proto3" json:"businessType,omitempty"`
|
|
|
Point int64 `protobuf:"varint,6,opt,name=point,proto3" json:"point,omitempty"`
|
|
|
EndDate string `protobuf:"bytes,7,opt,name=endDate,proto3" json:"endDate,omitempty"`
|
|
@@ -100,11 +100,11 @@ func (x *Req) GetPointType() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-func (x *Req) GetBusinessTypeId() int64 {
|
|
|
+func (x *Req) GetBusinessTypeId() string {
|
|
|
if x != nil {
|
|
|
return x.BusinessTypeId
|
|
|
}
|
|
|
- return 0
|
|
|
+ return ""
|
|
|
}
|
|
|
|
|
|
func (x *Req) GetBusinessType() string {
|
|
@@ -306,7 +306,7 @@ type Point struct {
|
|
|
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
UserId string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
|
PointType int64 `protobuf:"varint,3,opt,name=pointType,proto3" json:"pointType,omitempty"`
|
|
|
- BusinessTypeId int64 `protobuf:"varint,4,opt,name=businessTypeId,proto3" json:"businessTypeId,omitempty"`
|
|
|
+ BusinessTypeId string `protobuf:"bytes,4,opt,name=businessTypeId,proto3" json:"businessTypeId,omitempty"`
|
|
|
BusinessType string `protobuf:"bytes,5,opt,name=businessType,proto3" json:"businessType,omitempty"`
|
|
|
Point int64 `protobuf:"varint,6,opt,name=point,proto3" json:"point,omitempty"`
|
|
|
CreateTime string `protobuf:"bytes,7,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"`
|
|
@@ -369,11 +369,11 @@ func (x *Point) GetPointType() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-func (x *Point) GetBusinessTypeId() int64 {
|
|
|
+func (x *Point) GetBusinessTypeId() string {
|
|
|
if x != nil {
|
|
|
return x.BusinessTypeId
|
|
|
}
|
|
|
- return 0
|
|
|
+ return ""
|
|
|
}
|
|
|
|
|
|
func (x *Point) GetBusinessType() string {
|
|
@@ -436,7 +436,7 @@ var file_integral_proto_rawDesc = []byte{
|
|
|
0x12, 0x1c, 0x0a, 0x09, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20,
|
|
|
0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x26,
|
|
|
0x0a, 0x0e, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64,
|
|
|
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73,
|
|
|
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73,
|
|
|
0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65,
|
|
|
0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x62, 0x75,
|
|
|
0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x6f,
|
|
@@ -469,7 +469,7 @@ var file_integral_proto_rawDesc = []byte{
|
|
|
0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x6f, 0x69,
|
|
|
0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x6f,
|
|
|
0x69, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x62, 0x75, 0x73, 0x69, 0x6e,
|
|
|
- 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
+ 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
0x0e, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x12,
|
|
|
0x22, 0x0a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18,
|
|
|
0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54,
|