Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryRiskmanagementorder ¶
type QueryRiskmanagementorder struct { OrderID string `json:"orderId"` PayTime string `json:"payTime"` OrderItemID string `json:"orderItemId"` CustNum string `json:"custNum"` }
orderId String 2222 订单号 orderItemId String 666 订单行号 payTime String 2019-10-23 10:33:12 支付时间 custNum String 7018222104 推广人会员编码
type Response ¶
type Response struct { response2.TopResponse SnResponseContent SnResponseContent `json:"sn_responseContent"` }
suning.netalliance.riskmanagementorder.query 风控订单查询
type SnBody ¶
type SnBody struct {
QueryRiskmanagementorder []QueryRiskmanagementorder `json:"queryRiskmanagementorder"`
}
type SnResponseContent ¶
Click to show internal directories.
Click to hide internal directories.