fix
This commit is contained in:
parent
8f8261f797
commit
111f869bb5
9 changed files with 2326 additions and 2383 deletions
|
|
@ -171,7 +171,7 @@ service LightningPub {
|
|||
option (http_route) = "/api/app/user/get";
|
||||
}
|
||||
|
||||
rpc PayAppUserInvoice(structs.PayAppUserInvoiceRequest) returns (structs.PayAppUserInvoiceResponse) {
|
||||
rpc PayAppUserInvoice(structs.PayAppUserInvoiceRequest) returns (structs.PayInvoiceResponse) {
|
||||
option (auth_type) = "App";
|
||||
option (http_method) = "post";
|
||||
option (http_route) = "/api/app/invoice/pay";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue