3.6 UserOrder
POST
/api/log/UserOrder
接口描述
Query the member's settlement information statistics within the time interval, the time uses GMT + 8. The report statistics use the settlement time. If the order is not settled, it will not enter the statistical report.
Headers
参数名
类型
描述
必填
Authorization
string
Example:9b358d8549004bd0bb48b3f94ae7e2a5
必填
Content-Language
string
Language packs (optional), the default language for opening an account, Example:ENG
必填
Form Data
参数名
类型
描述
必填
UserName
string
Optional,Username in query。If not filled, all members in the date range will be queried
必填
StartAt
string
Time range start time, the format is:yyyy-MM-dd HH:mm:ss Example:2020-4-1 12:00:00
必填
EndAt
string
Time range end time, the format is:yyyy-MM-dd HH:mm:ss Example:2020-4-1 12:00:00
必填
Response
参数名
类型
描述
必填
success
number
Example:1
必填
msg
string
Example:17ms
必填
RecordCount
number
Total Records Example:32
必填
data
object
Additional data information reserved for extended use.
必填
UserName
string
User name for betting, example:ai311
必填
BetMoney
number
Effective Bet Amount Example:63.0000
必填
BetAmount
number
Bet Amount Example:10.0000
必填
Money
number
Profit and Loss Amount Example:0.0000
必填
Reward
number
Payout Amount, Example:10.0000
必填
OrderCount
number
The Total Order Count
必填