소스 검색

update

master
dengbiao 4 주 전
부모
커밋
610f42f41f
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      rule/egg_energy/md/mq_egg_app.go

+ 5
- 0
rule/egg_energy/md/mq_egg_app.go 파일 보기

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

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

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

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


불러오는 중...
취소
저장