lianbingjie 2 лет назад
Родитель
Сommit
a35a02f9d1
2 измененных файлов с 4 добавлено и 0 удалено
  1. 2 0
      jyBXSubscribe/api/bxsubscribe.api
  2. 2 0
      jyBXSubscribe/api/internal/types/types.go

+ 2 - 0
jyBXSubscribe/api/bxsubscribe.api

@@ -39,6 +39,8 @@ type (
 		AccountId      string                 `header:"accountId,optional"`
 		PositionId     string                 `header:"positionId,optional"`
 		MgoUserId      string                 `header:"mgoUserId,optional"` //原userId
+		AccountId      string                 `header:"accountId,optional"`
+		PositionId     string                 `header:"positionId,optional"`
 	}
 	//
 	someInfoReq {

+ 2 - 0
jyBXSubscribe/api/internal/types/types.go

@@ -31,6 +31,8 @@ type SubscribeReq struct {
 	AccountId      string                 `header:"accountId,optional"`
 	PositionId     string                 `header:"positionId,optional"`
 	MgoUserId      string                 `header:"mgoUserId,optional"` //原userId
+	AccountId      string                 `header:"accountId,optional"`
+	PositionId     string                 `header:"positionId,optional"`
 }
 
 type SomeInfoReq struct {