Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
01562d803d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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"`
 	NewUserId int64  `header:"newUserId"`
 	MessageId string `json:"messageId"`
 	MessageId string `json:"messageId"`
 	Appraise  int64  `json:"appraise,options=-1|1"`
 	Appraise  int64  `json:"appraise,options=-1|1"`
+	Appid         string `header:"appId"`
 }
 }