feat: sale manager
This commit is contained in:
@@ -17,6 +17,16 @@ service Chore {
|
||||
body: "*"
|
||||
};
|
||||
}
|
||||
rpc DecryptMobile(DecryptMobileReq) returns (Response) {
|
||||
option (google.api.http) = {
|
||||
get: "/api/v3/chore/decrypt/mobile"
|
||||
};
|
||||
}
|
||||
rpc Regions(RegionsReq) returns (Response) {
|
||||
option (google.api.http) = {
|
||||
get: "/api/v3/chore/regions"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
message Response {
|
||||
@@ -33,4 +43,12 @@ message TestReq {
|
||||
int32 id = 1;
|
||||
repeated int64 ids = 2;
|
||||
uint32 number = 3;
|
||||
}
|
||||
|
||||
message DecryptMobileReq {
|
||||
string origin_mobile = 1;
|
||||
}
|
||||
|
||||
message RegionsReq {
|
||||
int32 parent_id = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user