Documentation ¶
Index ¶
Constants ¶
View Source
const ( Success = 29000000 ErrorServer = 29000001 UserNotExist = 29000005 UserExist = 29000006 DBDuplicateEntry = 29000007 MerchantExist = 29000008 MerchantNotExist = 29000009 AccountExist = 29000010 AccountNotExist = 29000011 UserPwdNotMatch = 29000012 UserDeliveryInfoExist = 29000013 UserDeliveryInfoNotExist = 29000014 TransactionFailed = 29000015 AccountStateLock = 29000016 AccountStateInvalid = 29000017 UserChargeRun = 29000018 UserChargeSuccess = 29000019 UserChargeTradeNoEmpty = 29000020 )
Variables ¶
View Source
var ErrMap = make(map[int]string)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.