GET api/v1/Bet/GetHelpOrders?orderId={orderId}&isJt={isJt}
返回助攻类表
请求信息(Request)
URI 参数
| 名称 | 描述 | 类型 | 备注 |
|---|---|---|---|
| orderId |
订单id |
integer |
Required |
| isJt |
是否精通订单 |
boolean |
Required |
Body 参数
None.
响应信息(Response)
资源描述
RequestResultOfIEnumerableOfBetOrderHelpDTO| 名称 | 描述 | 类型 | 备注 |
|---|---|---|---|
| Data | BetOrderHelpDTO 集合 |
None. |
|
| Status |
状态(0:成功,1:失败) |
integer |
None. |
| Message |
导致失败的相关消息 |
string |
None. |
| Total |
集合总数,用于分页时使用 |
integer |
None. |
响应格式
application/json, text/json
Sample:
{
"Data": [
{
"ID": 1,
"OrderType": 2,
"OrderId": 3,
"HelpAmount": 4.0,
"KnickName": "sample string 5",
"HeadImgUrl": "sample string 6",
"CreateTime": "2025-11-06T04:26:01.5011354+08:00"
},
{
"ID": 1,
"OrderType": 2,
"OrderId": 3,
"HelpAmount": 4.0,
"KnickName": "sample string 5",
"HeadImgUrl": "sample string 6",
"CreateTime": "2025-11-06T04:26:01.5011354+08:00"
}
],
"Status": 1,
"Message": "sample string 2",
"Total": 3
}
application/xml, text/xml
Sample:
<RequestResultOfArrayOfBetOrderHelpDTO6NgmDdgv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLife.Application">
<Message>sample string 2</Message>
<Status>1</Status>
<Total>3</Total>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/WLife.Application.DTOs">
<d2p1:BetOrderHelpDTO>
<d2p1:CreateTime>2025-11-06T04:26:01.5011354+08:00</d2p1:CreateTime>
<d2p1:HeadImgUrl>sample string 6</d2p1:HeadImgUrl>
<d2p1:HelpAmount>4</d2p1:HelpAmount>
<d2p1:ID>1</d2p1:ID>
<d2p1:KnickName>sample string 5</d2p1:KnickName>
<d2p1:OrderId>3</d2p1:OrderId>
<d2p1:OrderType>2</d2p1:OrderType>
</d2p1:BetOrderHelpDTO>
<d2p1:BetOrderHelpDTO>
<d2p1:CreateTime>2025-11-06T04:26:01.5011354+08:00</d2p1:CreateTime>
<d2p1:HeadImgUrl>sample string 6</d2p1:HeadImgUrl>
<d2p1:HelpAmount>4</d2p1:HelpAmount>
<d2p1:ID>1</d2p1:ID>
<d2p1:KnickName>sample string 5</d2p1:KnickName>
<d2p1:OrderId>3</d2p1:OrderId>
<d2p1:OrderType>2</d2p1:OrderType>
</d2p1:BetOrderHelpDTO>
</Data>
</RequestResultOfArrayOfBetOrderHelpDTO6NgmDdgv>