Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostDiscount ¶
type PostPayment ¶
type RequestServiceOrder ¶
type RequestServiceOrder struct {
OutOrderNo string `json:"out_order_no"`
Appid string `json:"appid"`
ServiceId string `json:"service_id"`
ServiceIntroduction string `json:"service_introduction"`
PostPayments []PostPayment `json:"post_payments"`
PostDiscounts []PostDiscount `json:"post_discounts"`
TimeRange TimeRage `json:"time_range"`
Location Location `json:"location"`
RiskFund RiskFund `json:"risk_fund"`
Attach string `json:"attach"`
NotifyUrl string `json:"notify_url"`
Openid string `json:"openid"`
NeedUserConfirm bool `json:"need_user_confirm"`
}
Click to show internal directories.
Click to hide internal directories.