|
@@ -216,14 +216,15 @@ func GetArticlePermission(companyId int) (item *ChartPermission, err error) {
|
|
|
}
|
|
|
|
|
|
type ArticleDetailResp struct {
|
|
|
- Detail *ArticleDetail
|
|
|
- HasPermission int `description:"1:有该行业权限,正常展示,2:无该行业权限,不存在权益客户下,3:无该品类权限,已提交过申请,4:无该行业权限,未提交过申请,5:潜在客户,未提交过申请,6:潜在客户,已提交过申请"`
|
|
|
- HasFree int `description:"1:已付费(至少包含一个品类的权限),2:未付费(没有任何品类权限)"`
|
|
|
- HaveResearch bool `description:"是否有研选权限"`
|
|
|
- Mobile string `description:"用户手机号"`
|
|
|
- PopupMsg string `description:"权限弹窗信息"`
|
|
|
- SellerMobile string `description:"销售电话"`
|
|
|
- SellerName string `description:"销售姓名"`
|
|
|
+ Detail *ArticleDetail
|
|
|
+ HasPermission int `description:"1:有该行业权限,正常展示,2:无该行业权限,不存在权益客户下,3:无该品类权限,已提交过申请,4:无该行业权限,未提交过申请,5:潜在客户,未提交过申请,6:潜在客户,已提交过申请"`
|
|
|
+ HasFree int `description:"1:已付费(至少包含一个品类的权限),2:未付费(没有任何品类权限)"`
|
|
|
+ HaveResearch bool `description:"是否有研选权限"`
|
|
|
+ Mobile string `description:"用户手机号"`
|
|
|
+ PopupMsg string `description:"权限弹窗信息"`
|
|
|
+ SellerMobile string `description:"销售电话"`
|
|
|
+ SellerName string `description:"销售姓名"`
|
|
|
+ IsSpecialArticle bool `description:"是否属于专项调研报告"`
|
|
|
}
|
|
|
|
|
|
type ArticleDetailHtgjResp struct {
|