This commit is contained in:
ziming 2025-05-23 18:05:31 +08:00
parent 0a45f678b8
commit c267632672
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ service Cmb {
rpc BatchQuery (BatchQueryRequest) returns (Empty) { rpc BatchQuery (BatchQueryRequest) returns (Empty) {
option (google.api.http) = { option (google.api.http) = {
post: "/voucher/cmb/v1/test", post: "/voucher/cmb/v1/batchQuery",
body: "*" body: "*"
}; };
} }