Update:更新pb文件
This commit is contained in:
parent
debafff038
commit
a10e13c642
@ -379,7 +379,6 @@ func BundleDetailV2(req *bundle.BundleDetailRequest) (res *bundle.BundleDetailRe
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if detail != nil {
|
if detail != nil {
|
||||||
bundleProfile = &bundle.BundleProfile{
|
bundleProfile = &bundle.BundleProfile{
|
||||||
Uuid: detail.UUID,
|
Uuid: detail.UUID,
|
||||||
@ -390,6 +389,7 @@ func BundleDetailV2(req *bundle.BundleDetailRequest) (res *bundle.BundleDetailRe
|
|||||||
ImgOption: int32(detail.ImgOption),
|
ImgOption: int32(detail.ImgOption),
|
||||||
BgImg1: detail.BgImg1,
|
BgImg1: detail.BgImg1,
|
||||||
BgImg2: detail.BgImg2,
|
BgImg2: detail.BgImg2,
|
||||||
|
Language: req.Language,
|
||||||
FontColor: detail.FontColor,
|
FontColor: detail.FontColor,
|
||||||
Sort: detail.Sort,
|
Sort: detail.Sort,
|
||||||
ShelfStatus: detail.ShelfStatus,
|
ShelfStatus: detail.ShelfStatus,
|
||||||
@ -513,6 +513,7 @@ func BundleLangDetailV2(req *bundle.BundleDetailRequest) (res *bundle.BundleProf
|
|||||||
res.Sort = detail.Sort
|
res.Sort = detail.Sort
|
||||||
res.ShelfStatus = detail.ShelfStatus
|
res.ShelfStatus = detail.ShelfStatus
|
||||||
res.Contract = detail.Contract
|
res.Contract = detail.Contract
|
||||||
|
res.PayLaterContract = detail.PayLaterContract
|
||||||
res.BundleType = int64(detail.BundleType)
|
res.BundleType = int64(detail.BundleType)
|
||||||
res.PayLaterTime = int64(detail.PayLaterTime)
|
res.PayLaterTime = int64(detail.PayLaterTime)
|
||||||
if len(detail.BundleToValueAddService) > 0 {
|
if len(detail.BundleToValueAddService) > 0 {
|
||||||
|
|||||||
@ -388,17 +388,18 @@ message BundleProfileLang {
|
|||||||
string createdAt = 7 [json_name = "createdAt"];
|
string createdAt = 7 [json_name = "createdAt"];
|
||||||
string updatedAt = 8 [json_name = "updatedAt"];
|
string updatedAt = 8 [json_name = "updatedAt"];
|
||||||
string contract = 9 [json_name = "contract"];
|
string contract = 9 [json_name = "contract"];
|
||||||
string companySign = 10 [json_name = "companySign"];
|
string payLaterContract = 10 [json_name = "payLaterContract"];
|
||||||
int64 contractDuration = 11 [json_name = "contractDuration"];
|
string companySign = 11 [json_name = "companySign"];
|
||||||
string fontColor = 12 [json_name = "fontColor"];
|
int64 contractDuration = 12 [json_name = "contractDuration"];
|
||||||
int64 sort = 13 [json_name = "sort"];
|
string fontColor = 13 [json_name = "fontColor"];
|
||||||
string bgImg1 = 14 [json_name = "bgImg1"];
|
int64 sort = 14 [json_name = "sort"];
|
||||||
string bgImg2 = 15 [json_name = "bgImg2"];
|
string bgImg1 = 15 [json_name = "bgImg1"];
|
||||||
int64 shelfStatus = 16 [json_name = "shelfStatus"]; // 1 上架 2 下架
|
string bgImg2 = 16 [json_name = "bgImg2"];
|
||||||
int32 imgOption = 17 [json_name = "imgOption"];
|
int64 shelfStatus = 17 [json_name = "shelfStatus"]; // 1 上架 2 下架
|
||||||
int64 bundleType = 18 [json_name = "bundleType"];
|
int32 imgOption = 18 [json_name = "imgOption"];
|
||||||
int64 payLaterTime = 19 [json_name = "payLaterTime"]; //先用后付套餐的后付时间,单位为天
|
int64 bundleType = 19 [json_name = "bundleType"];
|
||||||
repeated ServiceLangInfo serviceLangInfo = 20 [json_name = "serviceLangInfo"];//增值服务信息
|
int64 payLaterTime = 20 [json_name = "payLaterTime"]; //先用后付套餐的后付时间,单位为天
|
||||||
|
repeated ServiceLangInfo serviceLangInfo = 21 [json_name = "serviceLangInfo"];//增值服务信息
|
||||||
//repeated ValueAddServiceLang valueAddServiceLang = 12 [json_name = "ValueAddServiceLang"];
|
//repeated ValueAddServiceLang valueAddServiceLang = 12 [json_name = "ValueAddServiceLang"];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user