Documentation
¶
Overview ¶
*
- Copyright 2014 @ z3q.net.
- name : delivery
- author : jarryliu
- date : 2014-10-06 14:21 :
- description :
- history :
*
- Copyright 2014 @ z3q.net.
- name :
- author : jarryliu
- date : 2014-02-05 21:53
- description :
- history :
Index ¶
- func CartCookieFmt(s string) string
- func ChkPwdRight(pwd string) (bool, error)
- func GenerateCartKey(unix int64, nano int) string
- func GenerateInvitationCode() string
- func GenerateRandomPwd(len int) string
- func GetAreaName(addr string) (string, error)
- func GetCityName(addr string) (string, error)
- func Md5Pwd(pwd, offset string) string
- func MemberSha1Pwd(pwd string) string
- func NewApiId(id int) string
- func NewOrderNo(partnerId int) string
- func NewSecret(hex int) string
- func NewTradeNo(partnerId int) string
- func PartnerSha1Pwd(usr, pwd string) string
- func ShaPwd(pwd, offset string) string
- type DomainError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChkPwdRight ¶
Types ¶
type DomainError ¶
func NewDomainError ¶
func NewDomainError(key string, msg string) *DomainError
func (*DomainError) Error ¶
func (this *DomainError) Error() string
Click to show internal directories.
Click to hide internal directories.