Liu Ke

Results 8 issues of Liu Ke

The response model of 400 and 500 is the same class: ```RemoteServiceErrorInfo``` But the example is different . so, I defind two ExamplesProvider are as fallows ```C# [SwaggerResponse(200)] [SwaggerResponse(400, Type...

![image](https://user-images.githubusercontent.com/56467036/122744674-ce310080-d2ba-11eb-8688-f6412ab0ff75.png)

![image](https://user-images.githubusercontent.com/56467036/137942367-3431d9d5-ac3a-4f45-9859-694f73cdd06a.png) 我使用SignInType.Popup弹框授权,登录后主窗体报错

![image](https://user-images.githubusercontent.com/56467036/188278608-82de991f-f600-4de7-a0ab-656d238c8ff3.png) ![image](https://user-images.githubusercontent.com/56467036/188278620-5f207463-463f-4331-82ec-4e5104298815.png)

I have an API request model like Body: `{ userId:10001, amont:10, sign:"xxxxxx" }` When I write the business logic, I don't care about the generation of the sign field **Describe...

Product和Refund都有同名方法GetById 在类型文件里生成了两个GetByIdParams ``` "/api/Product/{productId}": { "get": { "tags": [ "Product" ], "operationId": "Product_GetById", "parameters": [ { "name": "productId", "in": "path", "required": true, "schema": { "type": "string", "format": "guid" }, "x-position":...

v8.3.0 Although I set the concurrency to 1, you can see from the example that the logic still executes in parallel ![image](https://github.com/user-attachments/assets/bf3b73cb-7611-4d2d-aebe-ded0f7965d4e)

bug
fixed

Please do not create a Pull Request without creating an issue first. ## What is the purpose of the change Correct the command in the document ## Brief changelog Transaction=>TRANSACTION...