Documentation ¶
Overview ¶
*
- Copyright 2015 @ z3q.net.
- name : login_result.go
- author : jarryliu
- date : -- :
- description :
- history :
*
- Copyright 2015 @ z3q.net.
- name : member
- author : jarryliu
- date : 2015-10-29 15:06
- description :
- history :
*
- Copyright 2015 @ z3q.net.
- name : member_summary
- author : jarryliu
- date : -- :
- description :
- history :
*
- Copyright 2015 @ z3q.net.
- name : message_result
- author : jarryliu
- date : -- :
- description :
- history :
*
- Copyright 2014 @ z3q.net.
- name :
- author : jarryliu
- date : 2014-02-09 17:53
- description :
- history :
*
- Copyright 2014 @ z3q.net.
- name :
- author : jarryliu
- date : 2014-02-09 17:49
- description :
- history :
*
- Copyright 2014 @ z3q.net.
- name :
- author : jarryliu
- date : 2014-02-09 17:51
- description :
- history :
*
- Copyright 2015 @ z3q.net.
- name : types
- author : jarryliu
- date : 2015-10-29 15:33
- description :
- history :
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemberLoginResult ¶
type MemberLoginResult struct { Result bool Message string Member *member.ValueMember }
type MemberSummary ¶
type MemberSummary struct { Id int `db:"id" auto:"yes" pk:"yes"` Usr string `db:"usr"` Name string `db:"name"` Exp int `db:"exp"` Level int `db:"level"` LevelName string Integral int Balance float32 PresentBalance float32 UpdateTime int64 `db:"update_time"` }
会员概览信息
type MessageResult ¶
type MessageResult struct { Result bool `json:"result"` Message string `json:"message"` Tag int `json:"tag"` }
操作消息结果
type RankMember ¶
type RankMember struct { Id int Name string Usr string RankNum int InviNum int // 邀请数量 TotalNum int // 总数 RegTime int }
会员排名信息
type SettleDeliverMeta ¶
type SettleMeta ¶
type SettleMeta struct { PaymentOpt int `json:"pay_opt"` DeliverOpt int `json:"deliver_opt"` Shop *SettleShopMeta `json:"shop"` Deliver *SettleDeliverMeta `json:"deliver"` }
type SettleShopMeta ¶
type ShoppingCart ¶
type ShoppingCart struct { Id int `json:"-"` CartKey string `json:"key"` BuyerId int `json:"buyer"` Summary string `json:"summary"` UpdateTime int64 `json:"update_time"` Items []*CartItem `json:"items"` TotalNum int `json:"total_num"` // 总数量 TotalFee float32 `json:"total"` OrderFee float32 `json:"fee"` }
type SimpleMember ¶
type TextObject ¶
Click to show internal directories.
Click to hide internal directories.