Documentation
¶
Index ¶
Constants ¶
View Source
const ( RpcServiceMicroMallUsers = "micro-mall-users" RpcServiceMicroMallOrder = "micro-mall-order" )
View Source
const ( AccountTypePerson = 1 AccountTypeCompany = 2 AccountTypeSystem = 3 )
View Source
const ( TaskNameTradePayNotice = "task_trade_pay_notice" TaskNameTradePayNoticeErr = "task_trade_pay_notice_err" )
View Source
const ( Unknown = 0 TradePayEventTypeCreate = 10016 TradePayEventTypeExpire = 10017 )
Variables ¶
View Source
var MsgFlags = map[int]string{ Unknown: "未知", TradePayEventTypeCreate: "支付订单创建", TradePayEventTypeExpire: "支付订单过期", }
Functions ¶
Types ¶
type CommonBusinessMsg ¶
Click to show internal directories.
Click to hide internal directories.