增加语言表获取接口

This commit is contained in:
孙肖扬 2025-06-24 14:24:38 +08:00
parent 3c1984be81
commit eca1a2329e
2 changed files with 1479 additions and 1435 deletions

View File

@ -84,7 +84,7 @@ message GetReconciliationListReq{
string bundleName = 2; string bundleName = 2;
int32 payStatus = 3; int32 payStatus = 3;
int32 payChannel = 4; int32 payChannel = 4;
string orderNo = 5; string bundleOrderOn = 5;
string createdStart = 6; string createdStart = 6;
string createdEnd = 7; string createdEnd = 7;
string payTimeStart = 8; string payTimeStart = 8;
@ -93,6 +93,7 @@ message GetReconciliationListReq{
int32 page = 11; int32 page = 11;
int32 pageSize = 12; int32 pageSize = 12;
repeated uint64 userIDS = 13; repeated uint64 userIDS = 13;
string bundleAddOrderOn = 14;
} }
message GetReconciliationListResp{ message GetReconciliationListResp{
repeated ReconciliationInfo list = 1; repeated ReconciliationInfo list = 1;
@ -129,6 +130,7 @@ message OrderInfoByOrderNoResp{
int32 dataNumber = 7; int32 dataNumber = 7;
int32 duration = 8; int32 duration = 8;
string unit = 9; string unit = 9;
string userName = 10;
} }
message OrderCreateRecord{ message OrderCreateRecord{
@ -558,9 +560,10 @@ message BundleExtendRequest{
uint32 timeUnit = 7; // 1 2 3 uint32 timeUnit = 7; // 1 2 3
string remark = 8; string remark = 8;
string associatedorderNumber = 9; string associatedorderNumber = 9;
string operatorName = 10; uint64 operatorId = 10;
string operatorPhoneNumber = 11; string operatorName = 11;
int32 type = 12; string operatorPhoneNumber = 12;
int32 type = 13;
} }
message BundleExtendResponse{ message BundleExtendResponse{
@ -602,10 +605,11 @@ message GetBundleBalanceListReq{
string userName = 1; string userName = 1;
int32 status = 2; int32 status = 2;
string bundleName = 3; string bundleName = 3;
int64 expiredTimeStart = 4; int32 bought = 4;
int64 expiredTimeEnd = 5; int64 expiredTimeStart = 5;
int32 page = 6; int64 expiredTimeEnd = 6;
int32 pageSize = 7; int32 page = 7;
int32 pageSize = 8;
} }
message GetBundleBalanceReq{ message GetBundleBalanceReq{
@ -681,7 +685,7 @@ message AddBundleBalanceResp{
message GetUsedRecordListReq{ message GetUsedRecordListReq{
string user = 1; string user = 1;
string operator = 2; string operator = 2;
int32 account = 3; string account = 3;
int32 platform = 4; int32 platform = 4;
int32 type = 5; int32 type = 5;
string title = 6; string title = 6;

File diff suppressed because it is too large Load Diff