浏览代码

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 年之前
父节点
当前提交
01562d803d
共有 1 个文件被更改,包括 1 次插入0 次删除
  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"`
 }