|
@@ -127,17 +127,6 @@ type CompanyApprovalMessageReadReq struct {
|
|
|
Id int `description:"消息id"`
|
|
|
}
|
|
|
|
|
|
-// MessageInfo 消息主要内容
|
|
|
-type MessageInfo struct {
|
|
|
- CompanyName string `json:"company_name"`
|
|
|
- ProductId int `json:"product_id"`
|
|
|
- CompanyProductStatus string `json:"company_product_status"`
|
|
|
- Title string `json:"title"`
|
|
|
- Content string `json:"content"`
|
|
|
- UserId uint64 `json:"user_id"`
|
|
|
- UserName string `json:"user_name"`
|
|
|
-}
|
|
|
-
|
|
|
//变更为消息已读状态
|
|
|
func ModifyCompanyApprovalMessageStatus(companyApprovalMessageId int) (err error) {
|
|
|
o := orm.NewOrm()
|