このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
go_rely_warehouse
/
zyos_go_mq_consume
ウォッチ
4
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
update
three
DengBiao
1年前
親
8c0e14473a
コミット
e07f16aa85
2個のファイルの変更
、
8行の追加
、
6行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
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
ファイルの表示
@@ -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
ファイルの表示
@@ -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{},
})
書き込み
プレビュー
読み込み中…
キャンセル
保存