Documentation ¶
Index ¶
- type AddDingOrderReq
- type AddFsOrderReq
- type AddWeiXinOrderReq
- type CheckFsOrgIsInTrialReq
- type CreateWeiXinLicenceOrderReq
- type DeleteDingOrderReq
- type DeleteDingOrderReqVo
- type FixOrderOfZeroOrgIdReq
- type FixOrderOfZeroOrgIdReqInput
- type FunctionLimitItem
- type FunctionLimitObj
- type FunctionReq
- type FunctionResp
- type GetOrderPayInfo
- type GetOrderPayInfoReq
- type GetOrderPayInfoResp
- type UpdateDingOrderData
- type UpdateDingOrderDataResp
- type UpdateDingOrderReq
- type UpdateDingOrderRespData
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 AddWeiXinOrderReq ¶
type AddWeiXinOrderReq struct {
Data bo.OrderWeiXinBo `json:"data"`
}
type CheckFsOrgIsInTrialReq ¶
type CheckFsOrgIsInTrialReq struct {
OrgId int64 `json:"orgId"`
}
type DeleteDingOrderReq ¶
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 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 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"` }
Click to show internal directories.
Click to hide internal directories.