Update:更新pb文件

This commit is contained in:
jiaji.H 2026-06-10 13:45:30 +08:00
parent debafff038
commit a10e13c642
3 changed files with 4350 additions and 4337 deletions

View File

@ -379,7 +379,6 @@ func BundleDetailV2(req *bundle.BundleDetailRequest) (res *bundle.BundleDetailRe
}
}
}
if detail != nil {
bundleProfile = &bundle.BundleProfile{
Uuid: detail.UUID,
@ -390,6 +389,7 @@ func BundleDetailV2(req *bundle.BundleDetailRequest) (res *bundle.BundleDetailRe
ImgOption: int32(detail.ImgOption),
BgImg1: detail.BgImg1,
BgImg2: detail.BgImg2,
Language: req.Language,
FontColor: detail.FontColor,
Sort: detail.Sort,
ShelfStatus: detail.ShelfStatus,
@ -513,6 +513,7 @@ func BundleLangDetailV2(req *bundle.BundleDetailRequest) (res *bundle.BundleProf
res.Sort = detail.Sort
res.ShelfStatus = detail.ShelfStatus
res.Contract = detail.Contract
res.PayLaterContract = detail.PayLaterContract
res.BundleType = int64(detail.BundleType)
res.PayLaterTime = int64(detail.PayLaterTime)
if len(detail.BundleToValueAddService) > 0 {

View File

@ -388,17 +388,18 @@ message BundleProfileLang {
string createdAt = 7 [json_name = "createdAt"];
string updatedAt = 8 [json_name = "updatedAt"];
string contract = 9 [json_name = "contract"];
string companySign = 10 [json_name = "companySign"];
int64 contractDuration = 11 [json_name = "contractDuration"];
string fontColor = 12 [json_name = "fontColor"];
int64 sort = 13 [json_name = "sort"];
string bgImg1 = 14 [json_name = "bgImg1"];
string bgImg2 = 15 [json_name = "bgImg2"];
int64 shelfStatus = 16 [json_name = "shelfStatus"]; // 1 2
int32 imgOption = 17 [json_name = "imgOption"];
int64 bundleType = 18 [json_name = "bundleType"];
int64 payLaterTime = 19 [json_name = "payLaterTime"]; //
repeated ServiceLangInfo serviceLangInfo = 20 [json_name = "serviceLangInfo"];//
string payLaterContract = 10 [json_name = "payLaterContract"];
string companySign = 11 [json_name = "companySign"];
int64 contractDuration = 12 [json_name = "contractDuration"];
string fontColor = 13 [json_name = "fontColor"];
int64 sort = 14 [json_name = "sort"];
string bgImg1 = 15 [json_name = "bgImg1"];
string bgImg2 = 16 [json_name = "bgImg2"];
int64 shelfStatus = 17 [json_name = "shelfStatus"]; // 1 2
int32 imgOption = 18 [json_name = "imgOption"];
int64 bundleType = 19 [json_name = "bundleType"];
int64 payLaterTime = 20 [json_name = "payLaterTime"]; //
repeated ServiceLangInfo serviceLangInfo = 21 [json_name = "serviceLangInfo"];//
//repeated ValueAddServiceLang valueAddServiceLang = 12 [json_name = "ValueAddServiceLang"];
}

File diff suppressed because it is too large Load Diff