trade

package
v0.0.0-...-354d98c Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcceptCancelAPI

type AcceptCancelAPI struct {
	Ae  top.Aliexpress
	Api top.API
}

func (*AcceptCancelAPI) GetResponse

func (a *AcceptCancelAPI) GetResponse() string

func (*AcceptCancelAPI) Init

func (a *AcceptCancelAPI) Init(appKey, appSecret, serverURL, session string)

func (*AcceptCancelAPI) SetParams

func (a *AcceptCancelAPI) SetParams(qs map[string]string)

type ExtendsBuyerAcceptGoodsTimeAPI

type ExtendsBuyerAcceptGoodsTimeAPI struct {
	Ae  top.Aliexpress
	Api top.API
}

func (*ExtendsBuyerAcceptGoodsTimeAPI) GetResponse

func (a *ExtendsBuyerAcceptGoodsTimeAPI) GetResponse() string

func (*ExtendsBuyerAcceptGoodsTimeAPI) Init

func (a *ExtendsBuyerAcceptGoodsTimeAPI) Init(appKey, appSecret, serverURL, session string)

func (*ExtendsBuyerAcceptGoodsTimeAPI) SetParams

func (a *ExtendsBuyerAcceptGoodsTimeAPI) SetParams(qs map[string]string)

type FindLoanListQueryAPI

type FindLoanListQueryAPI struct {
	Ae  top.Aliexpress
	Api top.API
}

func (*FindLoanListQueryAPI) GetResponse

func (a *FindLoanListQueryAPI) GetResponse() string

func (*FindLoanListQueryAPI) Init

func (a *FindLoanListQueryAPI) Init(appKey, appSecret, serverURL, session string)

func (*FindLoanListQueryAPI) SetParams

func (a *FindLoanListQueryAPI) SetParams(qs map[string]string)

type FindOrderBaseInfoAPI

type FindOrderBaseInfoAPI struct {
	Ae  top.Aliexpress
	Api top.API
}

func (*FindOrderBaseInfoAPI) GetResponse

func (a *FindOrderBaseInfoAPI) GetResponse() string

func (*FindOrderBaseInfoAPI) Init

func (a *FindOrderBaseInfoAPI) Init(appKey, appSecret, serverURL, session string)

func (*FindOrderBaseInfoAPI) SetParams

func (a *FindOrderBaseInfoAPI) SetParams(qs map[string]string)

type FindOrderByIdAPI

type FindOrderByIdAPI struct {
	Ae  top.Aliexpress
	Api top.API
}

func (*FindOrderByIdAPI) GetResponse

func (a *FindOrderByIdAPI) GetResponse() string

func (*FindOrderByIdAPI) Init

func (a *FindOrderByIdAPI) Init(appKey, appSecret, serverURL, session string)

func (*FindOrderByIdAPI) SetParams

func (a *FindOrderByIdAPI) SetParams(qs map[string]string)

type FindOrderListSimpleQueryAPI

type FindOrderListSimpleQueryAPI struct {
	Ae  top.Aliexpress
	Api top.API
}

func (*FindOrderListSimpleQueryAPI) GetResponse

func (a *FindOrderListSimpleQueryAPI) GetResponse() string

func (*FindOrderListSimpleQueryAPI) Init

func (a *FindOrderListSimpleQueryAPI) Init(appKey, appSecret, serverURL, session string)

func (*FindOrderListSimpleQueryAPI) SetParams

func (a *FindOrderListSimpleQueryAPI) SetParams(qs map[string]string)

type FindOrderListSimpleQueryResponse

type FindOrderListSimpleQueryResponse struct {
	Result struct {
		OrderList []struct {
			GmtModified string `json:"gmt_modified"`
			OrderID     int64  `json:"order_id"`
			Memo        string `json:"memo,omitempty"`
			GmtCreate   string `json:"gmt_create"`
			BizType     string `json:"biz_type"`
			ProductList []struct {
				GoodsPrepareTime    int    `json:"goods_prepare_time"`
				ProductImgURL       string `json:"product_img_url"`
				ProductID           int64  `json:"product_id"`
				ProductSnapURL      string `json:"product_snap_url"`
				ProductUnitPrice    string `json:"product_unit_price"`
				MoneyBack3X         bool   `json:"money_back3x"`
				ProductUnit         string `json:"product_unit"`
				ProductCount        int    `json:"product_count"`
				ChildID             int64  `json:"child_id"`
				SonOrderStatus      string `json:"son_order_status"`
				ProductName         string `json:"product_name"`
				ProductUnitPriceCur string `json:"product_unit_price_cur"`
			} `json:"product_list"`
			OrderStatus string `json:"order_status"`
		} `json:"order_list"`
		TotalItem int `json:"total_item"`
	} `json:"result"`
	RequestID string `json:"request_id"`
}

type FindOrderReceiptInfoAPI

type FindOrderReceiptInfoAPI struct {
	Ae  top.Aliexpress
	Api top.API
}

func (*FindOrderReceiptInfoAPI) GetResponse

func (a *FindOrderReceiptInfoAPI) GetResponse() string

func (*FindOrderReceiptInfoAPI) Init

func (a *FindOrderReceiptInfoAPI) Init(appKey, appSecret, serverURL, session string)

func (*FindOrderReceiptInfoAPI) SetParams

func (a *FindOrderReceiptInfoAPI) SetParams(qs map[string]string)

type FindOrderTradeInfoAPI

type FindOrderTradeInfoAPI struct {
	Ae  top.Aliexpress
	Api top.API
}

func (*FindOrderTradeInfoAPI) GetResponse

func (a *FindOrderTradeInfoAPI) GetResponse() string

func (*FindOrderTradeInfoAPI) Init

func (a *FindOrderTradeInfoAPI) Init(appKey, appSecret, serverURL, session string)

func (*FindOrderTradeInfoAPI) SetParams

func (a *FindOrderTradeInfoAPI) SetParams(qs map[string]string)

type OrderListGetAPI

type OrderListGetAPI struct {
	Ae  top.Aliexpress
	Api top.API
}

func (*OrderListGetAPI) GetResponse

func (a *OrderListGetAPI) GetResponse() string

func (*OrderListGetAPI) Init

func (a *OrderListGetAPI) Init(appKey, appSecret, serverURL, session string)

func (*OrderListGetAPI) SetParams

func (a *OrderListGetAPI) SetParams(qs map[string]string)

type QueryRemarkAPI

type QueryRemarkAPI struct {
	Ae  top.Aliexpress
	Api top.API
}

func (*QueryRemarkAPI) GetResponse

func (a *QueryRemarkAPI) GetResponse() string

func (*QueryRemarkAPI) Init

func (a *QueryRemarkAPI) Init(appKey, appSecret, serverURL, session string)

func (*QueryRemarkAPI) SetParams

func (a *QueryRemarkAPI) SetParams(qs map[string]string)

type QueryRemarksAPI

type QueryRemarksAPI struct {
	Ae  top.Aliexpress
	Api top.API
}

func (*QueryRemarksAPI) GetResponse

func (a *QueryRemarksAPI) GetResponse() string

func (*QueryRemarksAPI) Init

func (a *QueryRemarksAPI) Init(appKey, appSecret, serverURL, session string)

func (*QueryRemarksAPI) SetParams

func (a *QueryRemarksAPI) SetParams(qs map[string]string)

type RefuseCancelAPI

type RefuseCancelAPI struct {
	Ae  top.Aliexpress
	Api top.API
}

func (*RefuseCancelAPI) GetResponse

func (a *RefuseCancelAPI) GetResponse() string

func (*RefuseCancelAPI) Init

func (a *RefuseCancelAPI) Init(appKey, appSecret, serverURL, session string)

func (*RefuseCancelAPI) SetParams

func (a *RefuseCancelAPI) SetParams(qs map[string]string)

type SaveRemarkAPI

type SaveRemarkAPI struct {
	Ae  top.Aliexpress
	Api top.API
}

func (*SaveRemarkAPI) GetResponse

func (a *SaveRemarkAPI) GetResponse() string

func (*SaveRemarkAPI) Init

func (a *SaveRemarkAPI) Init(appKey, appSecret, serverURL, session string)

func (*SaveRemarkAPI) SetParams

func (a *SaveRemarkAPI) SetParams(qs map[string]string)

Jump to

Keyboard shortcuts

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