Ver a proveniência

update

master
dengbiao há 1 mês
ascendente
cometimento
610f42f41f
1 ficheiros alterados com 5 adições e 0 eliminações
  1. +5
    -0
      rule/egg_energy/md/mq_egg_app.go

+ 5
- 0
rule/egg_energy/md/mq_egg_app.go Ver ficheiro

@@ -3,10 +3,15 @@ package md
const EggAppExchange = "egg.app" const EggAppExchange = "egg.app"


const ( const (
EggNewUserRegister = "egg_new_user_register" // 新用户注册
EggFinWithdrawApply = "egg_fin_withdraw_apply" // 提现申请 EggFinWithdrawApply = "egg_fin_withdraw_apply" // 提现申请
EggFinWithdrawApplyError = "egg_fin_deposit_apply_error" EggFinWithdrawApplyError = "egg_fin_deposit_apply_error"
) )


type EggNewUserRegisterData struct {
Uid int64 `json:"uid"`
}

type EggFinWithdrawApplyData struct { type EggFinWithdrawApplyData struct {
Id int64 `json:"id"` Id int64 `json:"id"`
Uid int64 `json:"uid"` Uid int64 `json:"uid"`


Carregando…
Cancelar
Guardar