Browse Source

Merge remote-tracking branch 'origin/dev/v1.2.6_wh' into dev/v1.2.6_wh

# Conflicts:
#	api/messagecenter/internal/types/types.go
WH01243 2 năm trước cách đây
mục cha
commit
01562d803d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      api/messagecenter/internal/types/types.go

+ 1 - 0
api/messagecenter/internal/types/types.go

@@ -149,4 +149,5 @@ type AppraiseMessageReq struct {
 	NewUserId int64  `header:"newUserId"`
 	MessageId string `json:"messageId"`
 	Appraise  int64  `json:"appraise,options=-1|1"`
+	Appid         string `header:"appId"`
 }