Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
go_rely_warehouse
/
zyos_go_mq_consume
Segui
4
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
update
three
DengBiao
1 anno fa
parent
8c0e14473a
commit
e07f16aa85
2 ha cambiato i file
con
8 aggiunte
e
6 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+4
-3
consume/dou_shen_user_register_for_my_my_fans.go
+4
-3
consume/dou_shen_user_register_for_official_consume.go
+ 4
- 3
consume/dou_shen_user_register_for_my_my_fans.go
Vedi File
@@ -96,9 +96,10 @@ func handleDouShenUserRegisterConsumeForMyFans(msgData []byte) error {
groupName := "我的粉丝【1】群"
//3、创建群
resp, err := utils.GetLogicExtClient(cfg.ImLogicRpc.URL, cfg.ImLogicRpc.PORT).CreateGroup(utils.GetCtx("", utils2.Int64ToStr(gimUser.Id), "", msg.MasterId), &pb.CreateGroupReq{
Name: groupName,
AvatarUrl: "",
Introduction: gimUser.Nickname + "的粉丝群",
Name: groupName,
AvatarUrl: "",
//Introduction: gimUser.Nickname + "的粉丝群",
Introduction: "",
Extra: "",
MemberIds: nil,
})
+ 4
- 3
consume/dou_shen_user_register_for_official_consume.go
Vedi File
@@ -101,9 +101,10 @@ func handleDouShenUserRegisterConsumeForOfficial(msgData []byte) error {
groupName := "官方【1】群"
//3、创建群
resp, err := utils.GetLogicExtClient(cfg.ImLogicRpc.URL, cfg.ImLogicRpc.PORT).CreateGroup(utils.GetCtx("", strconv.FormatInt(gimUser.Id, 10), "0", msg.MasterId), &pb.CreateGroupReq{
Name: groupName,
AvatarUrl: "",
Introduction: "官方群",
Name: groupName,
AvatarUrl: "",
//Introduction: "官方群",
Introduction: "",
Extra: "",
MemberIds: []int64{},
})
Scrivi
Anteprima
Caricamento…
Annulla
Salva