فهرست منبع

Merge branch 'dev1.0.0' of https://app.yhyue.com/moapp/jyInfo into dev1.0.0

wangshan 3 سال پیش
والد
کامیت
c7ee1220b8
3فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 1 0
      api/internal/logic/assprojecctlogic.go
  2. 1 0
      api/internal/types/types.go
  3. 1 0
      api/jyinfo.api

+ 1 - 0
api/internal/logic/assprojecctlogic.go

@@ -33,6 +33,7 @@ func (l *AssProjecctLogic) AssProjecct(req *types.AssProjecctReq) (resp *types.C
 		AppId:   req.AppId,
 		MsgType: common.Int64All(req.MsgType),
 		EntId:   req.EntId,
+		MsgId:   req.Type,
 	})
 	if err0 != nil {
 		return &types.CommonRes{

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

@@ -84,6 +84,7 @@ type AssProjecctReq struct {
 	Match   string `json:"match"`
 	MsgType int64  `json:"msgType"`
 	EntId   int64  `json:"entId"`
+	Type    int64  `json:"type"`
 }
 
 type PubSupplyInfoReq struct {

+ 1 - 0
api/jyinfo.api

@@ -76,6 +76,7 @@ type (
 		Match   string `json:"match"`
 		MsgType int64  `json:"msgType"`
 		EntId   int64  `json:"entId"`
+		Type    int64  `json:"type"`
 	}
 	pubSupplyInfoReq {
 		Keywords   string `json:"keywords"`