ZhiYi/ZhiYi.Core.Grpc.Service.Api/obj/Debug/net6.0/ApiEndpoints.json

28 lines
714 B
JSON

[
{
"ContainingType": "ZhiYi.Core.Grpc.Service.Api.Controllers.SignatureGrpcController",
"Method": "GetSignatureGrpc",
"RelativePath": "api/GetSignatureGrpc",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "input",
"Type": "ZhiYi.Core.Api.GrpcService.Protos.CaptchaServerProtobufs.GetSignatureRequest",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "ZhiYi.Core.Api.GrpcService.Protos.CaptchaServerProtobufs.GetSignatureResponse",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
}
]