@@ -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{
@@ -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 {
@@ -76,6 +76,7 @@ type (
pubSupplyInfoReq {
Keywords string `json:"keywords"`