|
@@ -38,6 +38,7 @@ type MyPublishListReq struct {
|
|
|
ReviewStatus string `json:"reviewStatus,optional"`
|
|
|
PageSize int `json:"pageSize,optional,default=10"`
|
|
|
PageIndex int `json:"pageIndex,optional,default=1"`
|
|
|
+ EntId int64 `json:"entId"`
|
|
|
}
|
|
|
|
|
|
type MyPublishCommonReq struct {
|
|
@@ -82,6 +83,7 @@ type AssProjecctReq struct {
|
|
|
AppId string `json:"appId"`
|
|
|
Match string `json:"match"`
|
|
|
MsgType int64 `json:"msgType"`
|
|
|
+ EntId int64 `json:"entId"`
|
|
|
}
|
|
|
|
|
|
type PubSupplyInfoReq struct {
|