fix: sale create fields
CI / changes (push) Successful in 14s
CI / docker-bff (push) Successful in 3s
CI / docker-product (push) Successful in 24s
CI / docker-admin (push) Has been skipped
CI / docker-user (push) Has been skipped
CI / docker-ad (push) Has been skipped
CI / docker-chore (push) Successful in 25s
CI / docker-express (push) Has been skipped
CI / docker-sale (push) Successful in 26s
CI / changes (push) Successful in 14s
CI / docker-bff (push) Successful in 3s
CI / docker-product (push) Successful in 24s
CI / docker-admin (push) Has been skipped
CI / docker-user (push) Has been skipped
CI / docker-ad (push) Has been skipped
CI / docker-chore (push) Successful in 25s
CI / docker-express (push) Has been skipped
CI / docker-sale (push) Successful in 26s
This commit is contained in:
+3
-10
@@ -57,8 +57,6 @@ service Sale {
|
||||
body: "*"
|
||||
};
|
||||
}
|
||||
// 服务间调用:销售详情(含分组;mobile 脱敏,origin_mobile 为加密串)
|
||||
rpc InfoInternal(InfoReq) returns (InfoData);
|
||||
rpc Items(ItemsReq) returns (Response) {
|
||||
option (google.api.http) = {
|
||||
get: "/admin/v3/sales"
|
||||
@@ -71,6 +69,9 @@ service Sale {
|
||||
body: "*"
|
||||
};
|
||||
}
|
||||
|
||||
// 销售详情
|
||||
rpc InfoInternal(InfoReq) returns (InfoData);
|
||||
}
|
||||
|
||||
message Response {
|
||||
@@ -119,13 +120,9 @@ message CreateReq {
|
||||
int64 sale_id = 9;
|
||||
uint32 type = 10;
|
||||
int64 territory_id = 11;
|
||||
string territory_name = 12;
|
||||
int64 province_id = 13;
|
||||
int64 city_id = 14;
|
||||
int64 district_id = 15;
|
||||
string region_province = 16;
|
||||
string region_city = 17;
|
||||
string region_district = 18;
|
||||
string address = 19;
|
||||
string id_card_back = 20;
|
||||
string business_license = 21;
|
||||
@@ -143,13 +140,9 @@ message EditReq {
|
||||
int64 sale_id = 9;
|
||||
uint32 type = 10;
|
||||
int64 territory_id = 11;
|
||||
string territory_name = 12;
|
||||
int64 province_id = 13;
|
||||
int64 city_id = 14;
|
||||
int64 district_id = 15;
|
||||
string region_province = 16;
|
||||
string region_city = 17;
|
||||
string region_district = 18;
|
||||
string address = 19;
|
||||
string id_card_back = 20;
|
||||
string business_license = 21;
|
||||
|
||||
Reference in New Issue
Block a user