add api
This commit is contained in:
parent
0a45f678b8
commit
c267632672
|
|
@ -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: "*"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue