Documentation
¶
Index ¶
- type BannerApi
- type BarcodeApi
- type BaseApi
- func (api BaseApi) CategoryAll(c *gin.Context)
- func (api BaseApi) Fail(c *gin.Context, code enum.ResCode, msg string, data ...interface{})
- func (api BaseApi) GetUserInfo(c *gin.Context) *model.BeeUser
- func (api BaseApi) Res(c *gin.Context, data interface{}, err error)
- func (api BaseApi) Success(c *gin.Context, data interface{})
- type BonusLogAPi
- type CmsApi
- type CommentApi
- type CommonApi
- type ConfigApi
- type CyTableAPi
- type DadaAPi
- type DepositApi
- type DfsApi
- type DiscountsApi
- type FeeAPi
- type GoodsApi
- type GrowthAPi
- type InvoiceApi
- type JdjlApi
- type JsonAPi
- type KanjiaApi
- type LuckyInfoApi
- type MomentsAPi
- type MtjAPi
- type NoticeApi
- type OrderApi
- func (api OrderApi) Close(c *gin.Context)
- func (api OrderApi) Create(c *gin.Context)
- func (api OrderApi) Delete(c *gin.Context)
- func (api OrderApi) Delivery(c *gin.Context)
- func (api OrderApi) Detail(c *gin.Context)
- func (api OrderApi) Hx(c *gin.Context)
- func (api OrderApi) List(c *gin.Context)
- func (api OrderApi) Pay(c *gin.Context)
- func (api OrderApi) Reputation(c *gin.Context)
- type PayApi
- type PayBillApi
- type PeisongAPi
- type QrcodeApi
- type QueuingApi
- type SaleDistributionApi
- type ScoreApi
- type ShippingAddressApi
- func (api ShippingAddressApi) Add(c *gin.Context)
- func (api ShippingAddressApi) Default(c *gin.Context)
- func (api ShippingAddressApi) Delete(c *gin.Context)
- func (api ShippingAddressApi) Detail(c *gin.Context)
- func (api ShippingAddressApi) List(c *gin.Context)
- func (api ShippingAddressApi) Update(c *gin.Context)
- type ShopApi
- type ShoppingCartAPi
- type SiteApi
- type TemplateApi
- type TrtcAPi
- type UniqueIdApi
- type UserApi
- func (api UserApi) Amount(c *gin.Context)
- func (api UserApi) BindMobile(c *gin.Context)
- func (api UserApi) BindSeller(c *gin.Context)
- func (api UserApi) CashLog(c *gin.Context)
- func (api UserApi) CheckToken(c *gin.Context)
- func (api UserApi) Detail(c *gin.Context)
- func (api UserApi) GetDynamicUserCode(c *gin.Context)
- func (api UserApi) LevelList(c *gin.Context)
- func (api UserApi) Modify(c *gin.Context)
- func (api UserApi) My(c *gin.Context)
- func (api UserApi) PayLogs(c *gin.Context)
- func (api UserApi) WxAppAuthorize(c *gin.Context)
- type VerificationAPi
- type VirtualTraderAPi
- type VoteAPi
- type WxAPi
- type YunlabaAPi
- type YuyueAPi
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BarcodeApi ¶
type BarcodeApi struct {
BaseApi
}
type BonusLogAPi ¶
type BonusLogAPi struct {
BaseApi
}
type CommentApi ¶
type CommentApi struct {
BaseApi
}
func (CommentApi) Add ¶
func (api CommentApi) Add(c *gin.Context)
type CyTableAPi ¶
type CyTableAPi struct {
BaseApi
}
func (CyTableAPi) AddOrder ¶
func (p CyTableAPi) AddOrder(c *gin.Context)
type DepositApi ¶
type DepositApi struct {
BaseApi
}
type DiscountsApi ¶
type DiscountsApi struct {
BaseApi
}
func (DiscountsApi) CouponDetail ¶
func (api DiscountsApi) CouponDetail(c *gin.Context)
func (DiscountsApi) Coupons ¶
func (api DiscountsApi) Coupons(c *gin.Context)
func (DiscountsApi) Exchange ¶
func (api DiscountsApi) Exchange(c *gin.Context)
func (DiscountsApi) Fetch ¶
func (api DiscountsApi) Fetch(c *gin.Context)
func (DiscountsApi) My ¶
func (api DiscountsApi) My(c *gin.Context)
func (DiscountsApi) Statistics ¶
func (api DiscountsApi) Statistics(c *gin.Context)
type GoodsApi ¶
type GoodsApi struct {
BaseApi
}
func (GoodsApi) GoodsAddition ¶
func (GoodsApi) TimesSchedule ¶
TimesSchedule 获取商品时段定价日历数据
type InvoiceApi ¶
type InvoiceApi struct {
BaseApi
}
type LuckyInfoApi ¶
type LuckyInfoApi struct {
BaseApi
}
type MomentsAPi ¶
type MomentsAPi struct {
BaseApi
}
type PayApi ¶
type PayApi struct {
BaseApi
}
func (PayApi) RechargeSendRule ¶
func (PayApi) WxPayCallBack ¶
type PayBillApi ¶
type PayBillApi struct {
BaseApi
}
func (PayBillApi) Discounts ¶
func (a PayBillApi) Discounts(c *gin.Context)
func (PayBillApi) Pay ¶
func (a PayBillApi) Pay(c *gin.Context)
type PeisongAPi ¶
type PeisongAPi struct {
BaseApi
}
type QueuingApi ¶
type QueuingApi struct {
BaseApi
}
func (QueuingApi) Get ¶
func (a QueuingApi) Get(c *gin.Context)
func (QueuingApi) My ¶
func (a QueuingApi) My(c *gin.Context)
func (QueuingApi) Types ¶
func (a QueuingApi) Types(c *gin.Context)
type SaleDistributionApi ¶
type SaleDistributionApi struct {
BaseApi
}
type ShippingAddressApi ¶
type ShippingAddressApi struct {
BaseApi
}
func (ShippingAddressApi) Add ¶
func (api ShippingAddressApi) Add(c *gin.Context)
func (ShippingAddressApi) Default ¶
func (api ShippingAddressApi) Default(c *gin.Context)
func (ShippingAddressApi) Delete ¶
func (api ShippingAddressApi) Delete(c *gin.Context)
func (ShippingAddressApi) Detail ¶
func (api ShippingAddressApi) Detail(c *gin.Context)
func (ShippingAddressApi) List ¶
func (api ShippingAddressApi) List(c *gin.Context)
func (ShippingAddressApi) Update ¶
func (api ShippingAddressApi) Update(c *gin.Context)
type ShopApi ¶
type ShopApi struct {
BaseApi
}
func (ShopApi) SubShopDetail ¶
func (ShopApi) SubShopList ¶
type ShoppingCartAPi ¶
type ShoppingCartAPi struct {
BaseApi
}
func (ShoppingCartAPi) Add ¶
func (api ShoppingCartAPi) Add(c *gin.Context)
func (ShoppingCartAPi) Empty ¶
func (api ShoppingCartAPi) Empty(c *gin.Context)
func (ShoppingCartAPi) Info ¶
func (api ShoppingCartAPi) Info(c *gin.Context)
func (ShoppingCartAPi) ModifyNumber ¶
func (api ShoppingCartAPi) ModifyNumber(c *gin.Context)
func (ShoppingCartAPi) Remove ¶
func (api ShoppingCartAPi) Remove(c *gin.Context)
type TemplateApi ¶
type TemplateApi struct {
BaseApi
}
type UniqueIdApi ¶
type UniqueIdApi struct {
BaseApi
}
type UserApi ¶
type UserApi struct {
BaseApi
}
func (UserApi) BindMobile ¶
func (UserApi) CheckToken ¶
func (UserApi) GetDynamicUserCode ¶
GetDynamicUserCode 获取会员码
func (UserApi) WxAppAuthorize ¶
type VerificationAPi ¶
type VerificationAPi struct {
BaseApi
}
type VirtualTraderAPi ¶
type VirtualTraderAPi struct {
BaseApi
}
type YunlabaAPi ¶
type YunlabaAPi struct {
BaseApi
}
func (YunlabaAPi) Notify ¶
func (a YunlabaAPi) Notify(c *gin.Context)
Source Files
¶
- banner.go
- barcode.go
- base.go
- bonus_log.go
- cms.go
- comment.go
- common.go
- config.go
- cy_table.go
- dada.go
- deposit.go
- dfs.go
- discounts.go
- fee.go
- goods.go
- growth.go
- invoice.go
- jdjl.go
- json.go
- kanjia.go
- lucky_info.go
- moments.go
- mtj.go
- notice.go
- order.go
- pay.go
- pay_bill.go
- peisong.go
- qrcode.go
- queuing.go
- sale_distribution.go
- score.go
- shipping_address.go
- shop.go
- shopping_cart.go
- site.go
- template.go
- trtc.go
- unique_id.go
- user.go
- verification.go
- virtual_trader.go
- vote.go
- wx.go
- yunlaba.go
- yuyue.go
Click to show internal directories.
Click to hide internal directories.