suningnetallianceriskmanagementorderquery

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

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 风控订单查询

func (*Response) WrapResult

func (t *Response) WrapResult(result string)

解析输出结果

type SnBody

type SnBody struct {
	QueryRiskmanagementorder []QueryRiskmanagementorder `json:"queryRiskmanagementorder"`
}

type SnError

type SnError struct {
	ErrorMsg  string `json:"error_msg"`
	ErrorCode string `json:"error_code"`
}

type SnHead

type SnHead struct {
	TotalSize     string `json:"totalSize"`
	PageTotal     string `json:"pageTotal"`
	PageNo        string `json:"pageNo"`
	ReturnMessage string `json:"returnMessage"`
}

type SnResponseContent

type SnResponseContent struct {
	SnBody  SnBody   `json:"sn_body"`
	SnError *SnError `json:"sn_error"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL