ordervo

package
v0.0.0-...-57ed434 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2023 License: AGPL-3.0 Imports: 2 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddDingOrderReq

type AddDingOrderReq struct {
	Data bo.OrderDingBo `json:"data"`
}

type AddFsOrderReq

type AddFsOrderReq struct {
	Data bo.OrderFsBo `json:"data"`
}

type AddWeiXinOrderReq

type AddWeiXinOrderReq struct {
	Data bo.OrderWeiXinBo `json:"data"`
}

type CheckFsOrgIsInTrialReq

type CheckFsOrgIsInTrialReq struct {
	OrgId int64 `json:"orgId"`
}

type CreateWeiXinLicenceOrderReq

type CreateWeiXinLicenceOrderReq struct {
	SuitId  string `json:"suit_id"`
	CorpId  string `json:"corp_id"`
	OrderId string `json:"order_id"`
}

type DeleteDingOrderReq

type DeleteDingOrderReq struct {
	OutOrgId string `json:"outOrgId"`
	OrderId  string `json:"orderId"`
}

type DeleteDingOrderReqVo

type DeleteDingOrderReqVo struct {
	Data DeleteDingOrderReq `json:"data"`
}

type FixOrderOfZeroOrgIdReq

type FixOrderOfZeroOrgIdReq struct {
	Input FixOrderOfZeroOrgIdReqInput `json:"input"`
}

type FixOrderOfZeroOrgIdReqInput

type FixOrderOfZeroOrgIdReqInput struct {
}

type FunctionLimitItem

type FunctionLimitItem struct {
	Typ  string `json:"typ"`
	Num  int    `json:"num"`
	Unit string `json:"unit"`
}

type FunctionLimitObj

type FunctionLimitObj struct {
	Name     string              `json:"name"`
	Key      string              `json:"key"`
	HasLimit bool                `json:"hasLimit"`
	Limit    []FunctionLimitItem `json:"limit"`
}

type FunctionReq

type FunctionReq struct {
	Level int64 `json:"level"`
}

type FunctionResp

type FunctionResp struct {
	vo.Err
	Data []FunctionLimitObj `json:"data"`
}

type GetOrderPayInfo

type GetOrderPayInfo struct {
	PayNum int `json:"payNum"`
}

type GetOrderPayInfoReq

type GetOrderPayInfoReq struct {
	OrgId int64 `json:"orgId"`
}

type GetOrderPayInfoResp

type GetOrderPayInfoResp struct {
	vo.Err
	Data *GetOrderPayInfo `json:"data"`
}

type UpdateDingOrderData

type UpdateDingOrderData struct {
	OrgId    int64  `json:"orgId"`
	OutOrgId string `json:"outOrgId"`
}

type UpdateDingOrderDataResp

type UpdateDingOrderDataResp struct {
	vo.Err
	Data *UpdateDingOrderRespData `json:"data"`
}

type UpdateDingOrderReq

type UpdateDingOrderReq struct {
	Input UpdateDingOrderData `json:"input"`
}

type UpdateDingOrderRespData

type UpdateDingOrderRespData struct {
	Level    int64          `json:"level"`
	DingData bo.OrderDingBo `json:"dingData"`
}

Jump to

Keyboard shortcuts

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