Update services.md (#23667)

pull/23675/head
Paridokht Alavinia 2021-10-29 01:43:49 +08:00 committed by GitHub
parent 31005b530c
commit 21bf777248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -139,8 +139,8 @@ Unary calls are the most similar to [actions on web API controllers](xref:web-ap
```protobuf ```protobuf
message ExampleRequest { message ExampleRequest {
int pageIndex = 1; int32 pageIndex = 1;
int pageSize = 2; int32 pageSize = 2;
bool isDescending = 3; bool isDescending = 3;
} }
``` ```