article.go 54 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724
  1. package controllers
  2. import (
  3. "bufio"
  4. "github.com/pdfcpu/pdfcpu/pkg/api"
  5. "github.com/pdfcpu/pdfcpu/pkg/pdfcpu"
  6. "io"
  7. //"bufio"
  8. "encoding/json"
  9. "fmt"
  10. "github.com/medivhzhan/weapp/v2"
  11. "os"
  12. //"github.com/pdfcpu/pdfcpu/pkg/api"
  13. //"github.com/pdfcpu/pdfcpu/pkg/pdfcpu"
  14. "hongze/hongze_cygx/models"
  15. "hongze/hongze_cygx/services"
  16. "hongze/hongze_cygx/utils"
  17. "html"
  18. nhttp "net/http"
  19. "strconv"
  20. "strings"
  21. "time"
  22. )
  23. type ArticleController struct {
  24. BaseAuthController
  25. }
  26. type ArticleCommonController struct {
  27. BaseCommonController
  28. }
  29. type ArticleControllerMobile struct {
  30. BaseAuthMobileController
  31. }
  32. // @Title 获取报告详情
  33. // @Description 获取报告详情接口
  34. // @Param ArticleId query int true "报告ID"
  35. // @Param IsSendWx query int false "是否是通过微信模版进来的 1是,其它否"
  36. // @Success 200 {object} models.ArticleDetailResp
  37. // @router /detail [get]
  38. func (this *ArticleController) Detail() {
  39. br := new(models.BaseResponse).Init()
  40. defer func() {
  41. this.Data["json"] = br
  42. this.ServeJSON()
  43. }()
  44. user := this.User
  45. if user == nil {
  46. br.Msg = "请登录"
  47. br.ErrMsg = "请登录,用户信息为空"
  48. br.Ret = 408
  49. return
  50. }
  51. uid := user.UserId
  52. articleId, err := this.GetInt("ArticleId")
  53. isSendWx, _ := this.GetInt("IsSendWx")
  54. if articleId <= 0 {
  55. br.Msg = "文章不存在"
  56. br.ErrMsg = "文章不存在,文章ID错误"
  57. return
  58. }
  59. detail := new(models.ArticleDetail)
  60. hasPermission := 0
  61. var haveResearch bool
  62. //判断是否已经申请过
  63. applyCount, err := models.GetApplyRecordCount(uid)
  64. if err != nil && err.Error() != utils.ErrNoRow() {
  65. br.Msg = "获取信息失败"
  66. br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
  67. return
  68. }
  69. resp := new(models.ArticleDetailResp)
  70. detail, err = models.GetArticleDetailById(articleId)
  71. if err != nil {
  72. br.Msg = "获取信息失败"
  73. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  74. return
  75. }
  76. lyjhTypeMap, _ := services.GetLyjhTypeMap()
  77. if _, ok := lyjhTypeMap[detail.CategoryId]; ok {
  78. detail.IsRoadShow = true
  79. }
  80. // 判断是否属于研选类型的报告
  81. if strings.Contains(detail.CategoryName, utils.CHART_PERMISSION_NAME_YANXUAN) {
  82. detail.IsResearch = true
  83. }
  84. // 高毅资产的联系人,有权限的行业也不能查看报告详情页。提示无权限页面
  85. if detail.ArticleTypeId == 0 && user.CompanyId == utils.GAO_YI_ZI_CHAN_COMPANY_ID {
  86. _, sellerName, sellerMobile, popupMsg, err := services.GetUserHasPermissionArticle(user)
  87. if err != nil {
  88. br.Msg = "获取信息失败"
  89. br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
  90. return
  91. }
  92. resp.PopupMsg = popupMsg
  93. resp.HasPermission = 3
  94. resp.SellerName = sellerName
  95. resp.SellerMobile = sellerMobile
  96. detail.Body = ""
  97. detail.Abstract = ""
  98. detail.BodyText = ""
  99. detail.SellerName = sellerName
  100. detail.SellerMobile = sellerMobile
  101. resp.Detail = detail
  102. br.Ret = 200
  103. br.Success = true
  104. br.Msg = "获取成功"
  105. br.Data = resp
  106. return
  107. }
  108. articleCollectMap, _ := services.GetCygxArticleCollectMap(user.UserId)
  109. detail.IsCollect = articleCollectMap[detail.ArticleId]
  110. if isSendWx == 1 {
  111. var condition string
  112. var pars []interface{}
  113. pars = make([]interface{}, 0)
  114. condition = ` AND article_id = ? `
  115. reportMappingMap, _ := services.GetReportMappingMap()
  116. if reportMappingMap[detail.CategoryId] {
  117. chooseCategoryMap, _ := services.GetChooseCategoryMap(user)
  118. detail.IsShowFollowButton = true
  119. detail.IsFollowButton = chooseCategoryMap[detail.CategoryId]
  120. } else {
  121. pars = append(pars, articleId)
  122. industrialList, err := models.GetIndustrialArticleGroupManagementList(condition, pars)
  123. if err != nil && err.Error() != utils.ErrNoRow() {
  124. br.Msg = "获取信息失败"
  125. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  126. return
  127. }
  128. if len(industrialList) > 0 {
  129. industryUserFollowMap, err := services.GetIndustryUserFollowMap(user)
  130. if err != nil {
  131. br.Msg = "获取信息失败"
  132. br.ErrMsg = "GetActivitySignupResp,Err:" + err.Error()
  133. return
  134. }
  135. for _, v := range industrialList {
  136. if industryUserFollowMap[v.IndustrialManagementId] {
  137. detail.IsFollowButton = true
  138. }
  139. }
  140. detail.IsShowFollowButton = true
  141. }
  142. }
  143. }
  144. //是否属于专项调研报告
  145. if detail.SubCategoryName == "专项调研" {
  146. detail.IsSpecialArticle = true
  147. havePower, err := services.GetSpecialArticleDetailUserPower(user, detail)
  148. if err != nil {
  149. br.Msg = "获取信息失败"
  150. br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
  151. return
  152. }
  153. resp.IsSpecialArticle = true
  154. if !havePower {
  155. hasPermission, sellerName, sellerMobile, popupMsg, err := services.GetUserHasPermissionArticle(user)
  156. if err != nil {
  157. br.Msg = "获取信息失败"
  158. br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
  159. return
  160. }
  161. resp.PopupMsg = popupMsg
  162. resp.HasPermission = hasPermission
  163. resp.SellerName = sellerName
  164. resp.SellerMobile = sellerMobile
  165. detail.Body = ""
  166. detail.Abstract = ""
  167. detail.BodyText = ""
  168. detail.SellerName = sellerName
  169. detail.SellerMobile = sellerMobile
  170. resp.Detail = detail
  171. br.Ret = 200
  172. br.Success = true
  173. br.Msg = "获取成功"
  174. br.Data = resp
  175. return
  176. }
  177. }
  178. //`description:"1:有该行业权限,正常展示,2:无该行业权限,不存在权益客户下,3:无该品类权限,4:潜在客户,未提交过申请,5:潜在客户,已提交过申请"`
  179. if user.CompanyId > 1 {
  180. companyPermission, err := models.GetCompanyPermission(user.CompanyId)
  181. if err != nil {
  182. br.Msg = "获取信息失败"
  183. br.ErrMsg = "判断是否已申请访谈失败,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  184. return
  185. }
  186. detail.PublishDate = utils.TimeRemoveHms2(detail.PublishDate)
  187. detail.Body = html.UnescapeString(detail.Body)
  188. detail.Body = strings.Replace(detail.Body, "<p data-f-id=\"pbf\" style=\"text-align: center; font-size: 14px; margin-top: 30px; opacity: 0.65; font-family: sans-serif;\">Powered by <a href=\"https://www.froala.com/wysiwyg-editor?pb=1\" title=\"Froala Editor\">Froala Editor</a></p>", "", -1)
  189. detail.Body = strings.Replace(detail.Body, "pre", "div", -1)
  190. //detail.Abstract = html.UnescapeString(detail.Abstract)
  191. detail.Abstract, _ = services.GetReportContentTextSubNew(detail.Abstract)
  192. if companyPermission == "" {
  193. if applyCount > 0 {
  194. hasPermission = 5
  195. } else {
  196. hasPermission = 2
  197. }
  198. goto Loop
  199. } else {
  200. var articlePermissionPermissionName string
  201. if detail.CategoryId > 0 {
  202. articlePermission, err := models.GetArticlePermission(detail.CategoryId)
  203. if err != nil {
  204. br.Msg = "获取信息失败"
  205. br.ErrMsg = "获取报告权限失败,Err:" + err.Error() + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  206. return
  207. }
  208. if articlePermission == nil {
  209. br.Msg = "获取信息失败"
  210. br.ErrMsg = "报告权限不存在,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  211. return
  212. }
  213. articlePermissionPermissionName = articlePermission.PermissionName
  214. } else {
  215. articlePermissionPermissionName = detail.CategoryName
  216. }
  217. var hasPersion bool
  218. slice := strings.Split(articlePermissionPermissionName, ",")
  219. for _, v := range slice {
  220. if strings.Contains(companyPermission, v) {
  221. hasPersion = true
  222. }
  223. }
  224. if strings.Contains(detail.CategoryName, "研选") {
  225. detail.IsResearch = true
  226. }
  227. userType, _, err := services.GetUserType(user.CompanyId)
  228. if err != nil {
  229. br.Msg = "获取信息失败"
  230. br.ErrMsg = "获取用户信息失败,Err:" + err.Error()
  231. return
  232. }
  233. if userType == 1 && strings.Contains(detail.CategoryName, "研选") {
  234. hasPersion = false
  235. }
  236. if detail.IsReport == 1 {
  237. detailCategory, err := models.GetdetailByCategoryIdSando(detail.CategoryId)
  238. if err != nil && err.Error() != utils.ErrNoRow() {
  239. br.Msg = "获取信息失败"
  240. br.ErrMsg = "获取信息失败,Err:" + err.Error() + "categoryID 不存在:" + strconv.Itoa(detail.CategoryId)
  241. return
  242. }
  243. permissionStr, err := models.GetCompanyPermissionByUser(user.CompanyId)
  244. if err != nil {
  245. br.Msg = "获取信息失败"
  246. br.ErrMsg = "获取客户信息失败,Err:" + err.Error()
  247. return
  248. }
  249. if detailCategory != nil {
  250. if detailCategory.PermissionType == 1 {
  251. if !strings.Contains(permissionStr, detailCategory.ChartPermissionName+"(主观)") {
  252. hasPersion = false
  253. }
  254. } else if detailCategory.PermissionType == 2 {
  255. if !strings.Contains(permissionStr, detailCategory.ChartPermissionName+"(客观)") {
  256. hasPersion = false
  257. }
  258. }
  259. }
  260. }
  261. if hasPersion {
  262. hasPermission = 1
  263. historyRecord := new(models.CygxArticleHistoryRecord)
  264. historyRecord.UserId = uid
  265. historyRecord.ArticleId = articleId
  266. historyRecord.CreateTime = time.Now()
  267. historyRecord.Mobile = user.Mobile
  268. historyRecord.Email = user.Email
  269. historyRecord.CompanyId = user.CompanyId
  270. historyRecord.CompanyName = user.CompanyName
  271. recordCount, _ := models.GetNoAddStoptimeArticleCount(uid, articleId)
  272. if recordCount == 0 {
  273. go models.AddCygxArticleHistoryRecord(historyRecord)
  274. } else {
  275. detailNew, err := models.GetNewArticleHistoryRecord(uid, articleId)
  276. if err != nil {
  277. br.Msg = "获取信息失败"
  278. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  279. return
  280. }
  281. if detailNew.StopTime > 0 {
  282. go models.AddCygxArticleHistoryRecord(historyRecord)
  283. }
  284. }
  285. //30分钟之内阅读同一篇文章不错二次推送
  286. key := "CYGX_ARTICLE_READ" + strconv.Itoa(articleId) + "_" + strconv.Itoa(uid)
  287. if !utils.Rc.IsExist(key) {
  288. go services.ArticleUserRemind(user, detail, 1)
  289. utils.Rc.Put(key, 1, 30*time.Second)
  290. }
  291. } else { //无该行业权限
  292. companyDetail, err := models.GetCompanyDetailById(user.CompanyId)
  293. if err == nil && companyDetail.ProductId == 1 {
  294. hasPermission = 2
  295. } else {
  296. hasPermission = 3
  297. }
  298. }
  299. if hasPermission == 1 {
  300. key := "CYGX_ARTICLE_" + strconv.Itoa(articleId) + "_" + strconv.Itoa(uid)
  301. if !utils.Rc.IsExist(key) {
  302. //新增浏览记录
  303. record := new(models.CygxArticleViewRecord)
  304. record.UserId = uid
  305. record.ArticleId = articleId
  306. record.CreateTime = time.Now()
  307. record.Mobile = user.Mobile
  308. record.Email = user.Email
  309. record.CompanyId = user.CompanyId
  310. record.CompanyName = user.CompanyName
  311. go models.AddCygxArticleViewRecord(record)
  312. utils.Rc.Put(key, 1, 5*time.Second)
  313. models.ModifyReportLastViewTime(uid)
  314. }
  315. }
  316. }
  317. interviewApplyItem, err := models.GetArticleInterviewApply(uid, articleId)
  318. if err != nil && err.Error() != utils.ErrNoRow() {
  319. br.Msg = "获取信息失败"
  320. br.ErrMsg = "判断是否已申请访谈失败,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  321. return
  322. }
  323. if interviewApplyItem != nil && interviewApplyItem.InterviewApplyId > 0 {
  324. detail.IsInterviewApply = true
  325. detail.InterviewApplyStatus = interviewApplyItem.Status
  326. }
  327. //获取销售手机号
  328. sellerItem, err := models.GetSellerByCompanyId(user.CompanyId)
  329. if err != nil && err.Error() != utils.ErrNoRow() {
  330. br.Msg = "获取信息失败"
  331. br.ErrMsg = "获取销售数据失败2,Err:" + err.Error() + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  332. return
  333. }
  334. if sellerItem != nil {
  335. detail.SellerMobile = sellerItem.Mobile
  336. detail.SellerName = sellerItem.RealName
  337. }
  338. sellerList, err := models.GetSellerList(articleId)
  339. if err != nil {
  340. br.Msg = "获取信息失败"
  341. br.ErrMsg = "获取销售数据失败,Err:" + err.Error() + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  342. return
  343. }
  344. if detail.ArticleId >= utils.SummaryArticleId && strings.Contains(detail.SellerAndMobile, "-") {
  345. strnum := strings.Index(detail.SellerAndMobile, "-")
  346. detail.SellerAndMobile = detail.SellerAndMobile[0:strnum]
  347. if strnum > 0 {
  348. nickName := detail.SellerAndMobile[0:strnum]
  349. sellerAndMobile := &models.SellerRep{
  350. SellerMobile: "",
  351. SellerName: nickName,
  352. }
  353. sellerList = append(sellerList, sellerAndMobile)
  354. }
  355. }
  356. detail.SellerList = sellerList
  357. //作者头像
  358. if detail.DepartmentId > 0 {
  359. departmentDetail, err := models.GetArticleDepartmentDateilById(detail.DepartmentId)
  360. if err == nil {
  361. detail.DepartmentImgUrl = departmentDetail.ImgUrl
  362. }
  363. }
  364. } else { //潜在客户
  365. if applyCount > 0 {
  366. hasPermission = 5
  367. } else {
  368. hasPermission = 4
  369. }
  370. }
  371. Loop:
  372. if hasPermission != 1 {
  373. detail.Body = ""
  374. detail.BodyText = ""
  375. } else {
  376. articleFollowdetail, err := models.GetArticleFollowDetail(articleId, uid)
  377. if err != nil {
  378. br.Msg = "获取信息失败"
  379. br.ErrMsg = "获取关注信息失败,Err:" + err.Error()
  380. return
  381. }
  382. detail.FollowNum = articleFollowdetail.DNum
  383. detail.CollectionNum = articleFollowdetail.AcNum
  384. if articleFollowdetail.MdNum > 0 {
  385. detail.IsFollow = true
  386. }
  387. if detail.IsSummary == 1 {
  388. detail.IsBelongSummary = true
  389. }
  390. if detail.IsReport == 1 {
  391. detail.IsBelongReport = true
  392. }
  393. haveResearch = true
  394. }
  395. if hasPermission == 5 {
  396. companyPermissionNoStatus, err := models.GetCompanyPermissionByUserNoStatus(user.CompanyId)
  397. if err != nil {
  398. br.Msg = "获取信息失败"
  399. br.ErrMsg = "判断是否已申请访谈失败,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  400. return
  401. }
  402. if companyPermissionNoStatus != "" {
  403. sellerItemQy, err := models.GetSellerByCompanyIdCheckFicc(user.CompanyId, 2)
  404. if err != nil && err.Error() != utils.ErrNoRow() {
  405. br.Msg = "获取信息失败"
  406. br.ErrMsg = "获取销售信息失败,Err:" + err.Error()
  407. return
  408. }
  409. if sellerItemQy != nil {
  410. hasPermission = 3
  411. detail.SellerMobile = sellerItemQy.Mobile
  412. detail.SellerName = sellerItemQy.RealName
  413. }
  414. }
  415. }
  416. if hasPermission == 2 || hasPermission == 4 {
  417. //获取销售手机号
  418. sellerItemQy, err := models.GetSellerByCompanyIdCheckFicc(user.CompanyId, 2)
  419. if err != nil && err.Error() != utils.ErrNoRow() {
  420. br.Msg = "获取信息失败"
  421. br.ErrMsg = "获取销售信息失败,Err:" + err.Error()
  422. return
  423. }
  424. if sellerItemQy != nil {
  425. hasPermission = 3
  426. detail.SellerMobile = sellerItemQy.Mobile
  427. detail.SellerName = sellerItemQy.RealName
  428. }
  429. }
  430. if detail.ArticleId < utils.SummaryArticleId {
  431. if user.Mobile != "" {
  432. chartUserTokenByMobile, _ := services.GetUserTokenByMobile(user.Mobile)
  433. detail.HttpUrl = utils.StrategyPlatform + strconv.Itoa(articleId) + "?token=" + chartUserTokenByMobile
  434. } else {
  435. detail.HttpUrl = utils.StrategyPlatform + strconv.Itoa(articleId)
  436. }
  437. detail.IsNeedJump = true
  438. }
  439. // 处理研选下面的路演精华 的报告链接是否跳转
  440. if hasPermission == 1 && detail.ArticleId > utils.SummaryArticleId && detail.ArticleTypeId > 0 {
  441. //detail.PublishDate = utils.TimeRemoveHms2(detail.PublishDate)
  442. if detail.ReportLink != "" {
  443. chartUserTokenByMobile, _ := services.GetUserTokenByMobile(user.Mobile)
  444. detail.ReportLink += "?token=" + chartUserTokenByMobile
  445. }
  446. }
  447. resp.HasPermission = hasPermission
  448. resp.HaveResearch = haveResearch
  449. resp.Detail = detail
  450. if user.Mobile != "" {
  451. resp.Mobile = user.Mobile
  452. } else {
  453. resp.Mobile = user.Email
  454. }
  455. br.Ret = 200
  456. br.Success = true
  457. br.Msg = "获取成功"
  458. br.Data = resp
  459. }
  460. // @Title 收藏
  461. // @Description 收藏
  462. // @Param request body models.ArticleCollectReq true "type json string"
  463. // @Success 200 {object} models.FontsCollectResp
  464. // @router /collect [post]
  465. func (this *ArticleController) ArticleCollect() {
  466. br := new(models.BaseResponse).Init()
  467. defer func() {
  468. this.Data["json"] = br
  469. this.ServeJSON()
  470. }()
  471. user := this.User
  472. if user == nil {
  473. br.Msg = "请重新登录"
  474. br.Ret = 408
  475. return
  476. }
  477. uid := user.UserId
  478. var req models.ArticleCollectReq
  479. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  480. if err != nil {
  481. br.Msg = "参数解析异常!"
  482. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  483. return
  484. }
  485. articleId := req.ArticleId
  486. detail, err := models.GetArticleDetailById(articleId)
  487. if err != nil {
  488. br.Msg = "获取信息失败"
  489. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  490. return
  491. }
  492. count, err := models.GetArticleCollectCount(uid, articleId)
  493. if err != nil {
  494. br.Msg = "获取数据失败!"
  495. br.ErrMsg = "获取数据失败,Err:" + err.Error()
  496. return
  497. }
  498. resp := new(models.ArticleCollectResp)
  499. if count <= 0 {
  500. item := new(models.CygxArticleCollect)
  501. item.ArticleId = req.ArticleId
  502. item.UserId = uid
  503. item.CreateTime = time.Now()
  504. item.Mobile = user.Mobile
  505. item.Email = user.Email
  506. item.CompanyId = user.CompanyId
  507. item.CompanyName = user.CompanyName
  508. item.RealName = user.RealName
  509. _, err = models.AddCygxArticleCollect(item)
  510. if err != nil {
  511. br.Msg = "收藏失败"
  512. br.ErrMsg = "收藏失败,Err:" + err.Error()
  513. return
  514. }
  515. br.Msg = "收藏成功"
  516. resp.Status = 1
  517. // 文章收藏消息发送
  518. go services.ArticleUserRemind(user, detail, 2)
  519. go services.ArticleHistoryUserLabelLogAdd(articleId, user.UserId)
  520. } else {
  521. err = models.RemoveArticleCollect(uid, articleId)
  522. if err != nil {
  523. br.Msg = "取消收藏失败"
  524. br.ErrMsg = "取消收藏失败,Err:" + err.Error()
  525. return
  526. }
  527. br.Msg = "已取消收藏"
  528. resp.Status = 2
  529. }
  530. collectTotal, err := models.GetArticleCollectUsersCount(articleId)
  531. if err != nil {
  532. br.Msg = "获取数据失败"
  533. br.ErrMsg = "获取数据失败,Err:" + err.Error()
  534. return
  535. }
  536. resp.CollectCount = collectTotal
  537. br.Ret = 200
  538. br.Success = true
  539. br.Data = resp
  540. }
  541. // @Title 访谈申请
  542. // @Description 访谈申请
  543. // @Param request body models.ArticleInterviewApplyReq true "type json string"
  544. // @Success 200 {object} models.FontsCollectResp
  545. // @router /interview/apply [post]
  546. func (this *ArticleController) InterviewApply() {
  547. br := new(models.BaseResponse).Init()
  548. defer func() {
  549. this.Data["json"] = br
  550. this.ServeJSON()
  551. }()
  552. user := this.User
  553. if user == nil {
  554. br.Msg = "请重新登录"
  555. br.Ret = 408
  556. return
  557. }
  558. uid := user.UserId
  559. var req models.ArticleInterviewApplyReq
  560. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  561. if err != nil {
  562. br.Msg = "参数解析异常!"
  563. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  564. return
  565. }
  566. article, err := models.GetArticleDetailById(req.ArticleId)
  567. if err != nil {
  568. br.Msg = "获取纪要失败!"
  569. br.ErrMsg = "获取纪要失败,Err:" + err.Error()
  570. return
  571. }
  572. count, err := models.GetArticleInterviewApplyCount(uid, req.ArticleId)
  573. if err != nil {
  574. br.Msg = "获取数据失败!"
  575. br.ErrMsg = "获取数据失败,Err:" + err.Error()
  576. return
  577. }
  578. resp := new(models.ArticleInterviewApplyResp)
  579. if count <= 0 {
  580. item := new(models.CygxInterviewApply)
  581. item.ArticleId = req.ArticleId
  582. item.UserId = uid
  583. item.CompanyId = user.CompanyId
  584. item.Status = "待邀请"
  585. item.Sort = 1
  586. item.ArticleTitle = article.Title
  587. item.CreateTime = time.Now()
  588. item.ModifyTime = time.Now()
  589. item.ArticleIdMd5 = article.ArticleIdMd5
  590. _, err = models.AddCygxInterviewApply(item)
  591. if err != nil {
  592. br.Msg = "申请失败"
  593. br.ErrMsg = "申请失败,Err:" + err.Error()
  594. return
  595. }
  596. br.Msg = "申请成功"
  597. resp.Status = 1
  598. //发送模板消息
  599. if user.CompanyId > 1 {
  600. mobile := user.Mobile
  601. if mobile == "" {
  602. mobile = user.Email
  603. }
  604. sellerItem, _ := models.GetSellerByCompanyId(user.CompanyId)
  605. if sellerItem != nil && sellerItem.AdminId > 0 && user.Mobile != "" {
  606. openIpItem, _ := models.GetUserRecordByMobile(4, sellerItem.Mobile)
  607. if openIpItem != nil && openIpItem.OpenId != "" {
  608. go services.SendInterviewApplyTemplateMsg(user.RealName, sellerItem.CompanyName, mobile, article.Title, openIpItem)
  609. }
  610. }
  611. }
  612. } else {
  613. err = models.RemoveArticleInterviewApply(uid, req.ArticleId)
  614. if err != nil {
  615. br.Msg = "取消申请失败"
  616. br.ErrMsg = "取消申请失败,Err:" + err.Error()
  617. return
  618. }
  619. br.Msg = "已取消申请"
  620. resp.Status = 2
  621. if user.CompanyId > 1 {
  622. mobile := user.Mobile
  623. if mobile == "" {
  624. mobile = user.Email
  625. }
  626. sellerItem, _ := models.GetSellerByCompanyId(user.CompanyId)
  627. if sellerItem != nil && sellerItem.AdminId > 0 && user.Mobile != "" {
  628. openIpItem, _ := models.GetUserRecordByMobile(4, sellerItem.Mobile)
  629. if openIpItem != nil && openIpItem.OpenId != "" {
  630. go services.SendInterviewApplyCancelTemplateMsg(user.RealName, sellerItem.CompanyName, mobile, article.Title, openIpItem)
  631. }
  632. }
  633. }
  634. }
  635. br.Ret = 200
  636. br.Success = true
  637. br.Data = resp
  638. }
  639. // @Title 获取报告详情
  640. // @Description 获取报告详情接口
  641. // @Param ArticleIdMd5 query int true "报告ID"
  642. // @Success 200 {object} models.ArticleDetailResp
  643. // @router /look/detail [get]
  644. func (this *ArticleControllerMobile) DetailMd5() {
  645. br := new(models.BaseResponse).Init()
  646. defer func() {
  647. this.Data["json"] = br
  648. this.ServeJSON()
  649. }()
  650. user := this.User
  651. if user == nil {
  652. br.Msg = "请登录"
  653. br.ErrMsg = "请登录,用户信息为空"
  654. br.Ret = 408
  655. return
  656. }
  657. uid := user.UserId
  658. articleIdMd5 := this.GetString("ArticleIdMd5")
  659. if articleIdMd5 == "" {
  660. br.Msg = "参数错误"
  661. br.ErrMsg = "参数错误"
  662. return
  663. }
  664. resp := new(models.ArticleDetailResp)
  665. detail, err := models.GetArticleDetailByIdMd5(articleIdMd5)
  666. if err != nil {
  667. br.Msg = "获取信息失败"
  668. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  669. return
  670. }
  671. articleId := detail.ArticleId
  672. detail.Body = html.UnescapeString(detail.Body)
  673. hasPermission := 2
  674. //`description:"1:有该行业权限,正常展示,2:无该行业权限,不存在权益客户下,3:无该品类权限,4:潜在客户,未提交过申请,5:潜在客户,已提交过申请"`
  675. if user.CompanyId > 1 {
  676. companyPermission, err := models.GetCompanyPermission(user.CompanyId)
  677. if err != nil {
  678. br.Msg = "获取信息失败"
  679. br.ErrMsg = "获取公司权限失败,Err:" + err.Error()
  680. return
  681. }
  682. detail.Body = html.UnescapeString(detail.Body)
  683. detail.Body = strings.Replace(detail.Body, "<p data-f-id=\"pbf\" style=\"text-align: center; font-size: 14px; margin-top: 30px; opacity: 0.65; font-family: sans-serif;\">Powered by <a href=\"https://www.froala.com/wysiwyg-editor?pb=1\" title=\"Froala Editor\">Froala Editor</a></p>", "", -1)
  684. detail.Body = strings.Replace(detail.Body, "pre", "div", -1)
  685. detail.Abstract, _ = services.GetReportContentTextSubNew(detail.Abstract)
  686. if companyPermission == "" {
  687. hasPermission = 2
  688. } else {
  689. var articlePermissionPermissionName string
  690. if detail.CategoryId > 0 {
  691. articlePermission, err := models.GetArticlePermission(detail.CategoryId)
  692. if err != nil {
  693. br.Msg = "获取信息失败"
  694. br.ErrMsg = "获取报告权限失败,Err:" + err.Error() + articleIdMd5
  695. return
  696. }
  697. if articlePermission == nil {
  698. br.Msg = "获取信息失败"
  699. br.ErrMsg = "报告权限不存在,Err:" + articleIdMd5
  700. return
  701. }
  702. articlePermissionPermissionName = articlePermission.PermissionName
  703. } else {
  704. articlePermissionPermissionName = detail.CategoryName
  705. }
  706. var hasPersion bool
  707. slice := strings.Split(articlePermissionPermissionName, ",")
  708. for _, v := range slice {
  709. if strings.Contains(companyPermission, v) {
  710. hasPersion = true
  711. }
  712. }
  713. userType, _, err := services.GetUserType(user.CompanyId)
  714. if err != nil {
  715. br.Msg = "获取信息失败"
  716. br.ErrMsg = "获取用户信息失败,Err:" + err.Error()
  717. return
  718. }
  719. if userType == 1 && strings.Contains(detail.CategoryName, "研选") {
  720. hasPersion = false
  721. }
  722. if detail.IsReport == 1 {
  723. detailCategory, err := models.GetdetailByCategoryIdSando(detail.CategoryId)
  724. if err != nil && err.Error() != utils.ErrNoRow() {
  725. br.Msg = "获取信息失败"
  726. br.ErrMsg = "获取信息失败,Err:" + err.Error() + "categoryID 不存在:" + strconv.Itoa(detail.CategoryId)
  727. return
  728. }
  729. permissionStr, err := models.GetCompanyPermissionByUser(user.CompanyId)
  730. if err != nil {
  731. br.Msg = "获取信息失败"
  732. br.ErrMsg = "获取客户信息失败,Err:" + err.Error()
  733. return
  734. }
  735. if detailCategory != nil {
  736. if detailCategory.PermissionType == 1 {
  737. if !strings.Contains(permissionStr, detailCategory.ChartPermissionName+"(主观)") {
  738. hasPersion = false
  739. }
  740. } else if detailCategory.PermissionType == 2 {
  741. if !strings.Contains(permissionStr, detailCategory.ChartPermissionName+"(客观)") {
  742. hasPersion = false
  743. }
  744. }
  745. }
  746. }
  747. if hasPersion {
  748. hasPermission = 1
  749. record := new(models.CygxArticleHistoryRecordNewpv)
  750. record.UserId = uid
  751. record.ArticleId = articleId
  752. record.CreateTime = time.Now()
  753. record.ModifyTime = time.Now()
  754. record.Mobile = user.Mobile
  755. record.Email = user.Email
  756. record.CompanyId = user.CompanyId
  757. record.CompanyName = user.CompanyName
  758. //新增浏览记录
  759. go models.AddCygxArticleViewRecordNewpv(record)
  760. //30分钟之内阅读同一篇文章不错二次推送
  761. key := "CYGX_ARTICLE_READ" + strconv.Itoa(articleId) + "_" + strconv.Itoa(uid)
  762. if !utils.Rc.IsExist(key) {
  763. go services.ArticleUserRemind(user, detail, 1)
  764. utils.Rc.Put(key, 1, 30*time.Second)
  765. }
  766. }
  767. if hasPermission == 1 {
  768. key := "CYGX_ARTICLE_" + strconv.Itoa(articleId) + "_" + strconv.Itoa(uid)
  769. if !utils.Rc.IsExist(key) {
  770. //新增浏览记录
  771. record := new(models.CygxArticleViewRecord)
  772. record.UserId = uid
  773. record.ArticleId = articleId
  774. record.CreateTime = time.Now()
  775. record.Mobile = user.Mobile
  776. record.Email = user.Email
  777. record.CompanyId = user.CompanyId
  778. record.CompanyName = user.CompanyName
  779. go models.AddCygxArticleViewRecord(record)
  780. utils.Rc.Put(key, 1, 5*time.Second)
  781. models.ModifyReportLastViewTime(uid)
  782. }
  783. }
  784. }
  785. //作者头像
  786. if detail.DepartmentId > 0 {
  787. departmentDetail, err := models.GetArticleDepartmentDateilById(detail.DepartmentId)
  788. if err == nil {
  789. detail.DepartmentImgUrl = departmentDetail.ImgUrl
  790. detail.NickName = departmentDetail.NickName
  791. }
  792. }
  793. }
  794. detail.SellerAndMobile = "" //业务需要强制处理为空
  795. resp.HasPermission = hasPermission
  796. if hasPermission == 1 {
  797. detail.Abstract, _ = services.GetReportContentTextSub(detail.Abstract)
  798. resp.Detail = detail
  799. } else {
  800. if user.Mobile != "" {
  801. resp.Mobile = user.Mobile
  802. } else {
  803. resp.Mobile = user.Email
  804. }
  805. }
  806. br.Ret = 200
  807. br.Success = true
  808. br.Msg = "获取成功"
  809. br.Data = resp
  810. }
  811. // @Title 上传文章阅读时间
  812. // @Description 上传文章阅读时间接口
  813. // @Param request body models.AddStopTimeRep true "type json string"
  814. // @Success 200 {object} models.ArticleDetailResp
  815. // @router /addStopTime [post]
  816. func (this *ArticleController) AddStopTime() {
  817. br := new(models.BaseResponse).Init()
  818. defer func() {
  819. this.Data["json"] = br
  820. this.ServeJSON()
  821. }()
  822. user := this.User
  823. if user == nil {
  824. br.Msg = "请登录"
  825. br.ErrMsg = "请登录,用户信息为空"
  826. br.Ret = 408
  827. return
  828. }
  829. var req models.AddStopTimeRep
  830. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  831. if err != nil {
  832. br.Msg = "参数解析异常!"
  833. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  834. return
  835. }
  836. uid := user.UserId
  837. articleId := req.ArticleId
  838. stopTime := req.StopTime
  839. outType := req.OutType
  840. source := req.Source
  841. if articleId <= 0 {
  842. br.Msg = "参数错误"
  843. br.ErrMsg = "参数错误"
  844. return
  845. }
  846. if stopTime == 0 {
  847. stopTime = 1
  848. }
  849. if outType != 2 {
  850. outType = 1
  851. }
  852. if source != "PC" {
  853. source = "MOBILE"
  854. }
  855. detail := new(models.ArticleDetail)
  856. hasPermission := 0
  857. hasFree := 0
  858. //判断是否已经申请过
  859. applyCount, err := models.GetApplyRecordCount(uid)
  860. if err != nil && err.Error() != utils.ErrNoRow() {
  861. br.Msg = "获取信息失败"
  862. br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
  863. return
  864. }
  865. //`description:"1:有该行业权限,正常展示,2:无该行业权限,不存在权益客户下,3:无该品类权限,4:潜在客户,未提交过申请,5:潜在客户,已提交过申请"`
  866. if user.CompanyId > 1 {
  867. companyPermission, err := models.GetCompanyPermission(user.CompanyId)
  868. if err != nil {
  869. br.Msg = "获取信息失败"
  870. br.ErrMsg = "判断是否已申请访谈失败,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  871. return
  872. }
  873. detail, err = models.GetArticleDetailById(articleId)
  874. if err != nil {
  875. br.Msg = "获取信息失败"
  876. br.ErrMsg = "获取文章信息失败,Err:" + err.Error() + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  877. return
  878. }
  879. if companyPermission == "" {
  880. if applyCount > 0 {
  881. hasPermission = 5
  882. } else {
  883. hasPermission = 2
  884. }
  885. hasFree = 2
  886. goto Loop
  887. } else {
  888. hasFree = 1
  889. var articlePermissionPermissionName string
  890. if detail.CategoryId > 0 {
  891. articlePermission, err := models.GetArticlePermission(detail.CategoryId)
  892. if err != nil {
  893. br.Msg = "获取信息失败"
  894. br.ErrMsg = "获取报告权限失败,Err:" + err.Error() + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  895. return
  896. }
  897. if articlePermission == nil {
  898. br.Msg = "获取信息失败"
  899. br.ErrMsg = "报告权限不存在,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  900. return
  901. }
  902. articlePermissionPermissionName = articlePermission.PermissionName
  903. } else {
  904. articlePermissionPermissionName = detail.CategoryName
  905. }
  906. var hasPersion bool
  907. slice := strings.Split(articlePermissionPermissionName, ",")
  908. for _, v := range slice {
  909. if strings.Contains(companyPermission, v) {
  910. hasPersion = true
  911. }
  912. }
  913. if hasPersion {
  914. detailNew, err := models.GetNewArticleHistoryRecord(uid, articleId)
  915. if err == nil {
  916. hasPermission = 1
  917. historyRecord := new(models.AddStopTimeNewRep)
  918. historyRecord.StopTime = detailNew.StopTime + stopTime
  919. historyRecord.Id = detailNew.Id
  920. historyRecord.OutType = outType
  921. go models.UpdateArticleStopTime(historyRecord)
  922. }
  923. //不统计本公司的阅读记录、正常退出的不做时间差统计
  924. if stopTime > 3 {
  925. key := "CYGX_ARTICLE_PV" + strconv.Itoa(articleId) + "_" + strconv.Itoa(uid) + "_" + strconv.Itoa(user.CompanyId) + "_" + strconv.Itoa(outType)
  926. record := new(models.CygxArticleHistoryRecordNewpv)
  927. record.UserId = uid
  928. record.ArticleId = articleId
  929. record.CreateTime = time.Now().Add(-time.Second * time.Duration(stopTime))
  930. record.ModifyTime = time.Now()
  931. record.Mobile = user.Mobile
  932. record.Email = user.Email
  933. record.CompanyId = user.CompanyId
  934. record.CompanyName = user.CompanyName
  935. record.StopTime = stopTime
  936. record.OutType = outType
  937. record.Source = source
  938. if !utils.Rc.IsExist(key) || outType != 2 {
  939. //新增浏览记录
  940. go models.AddCygxArticleViewRecordNewpv(record)
  941. recordRedis := new(services.ReportViewRecord)
  942. recordRedis.UserId = user.UserId
  943. recordRedis.ReportId = articleId
  944. recordRedis.Mobile = user.Mobile
  945. recordRedis.Email = user.Email
  946. recordRedis.RealName = user.RealName
  947. recordRedis.CompanyName = user.CompanyName
  948. recordRedis.CreateTime = time.Now().Add(-time.Second * time.Duration(stopTime))
  949. go services.PushViewRecordNewRedisData(recordRedis, user.CompanyId)
  950. go services.ArticleHistoryUserLabelLogAdd(articleId, user.UserId)
  951. } else {
  952. go models.UpdateCygxArticleViewRecordNewpv(record, stopTime)
  953. }
  954. utils.Rc.Put(key, 1, 10*time.Minute)
  955. }
  956. models.ModifyReportLastViewTime(uid)
  957. } else { //无该行业权限
  958. hasPermission = 3
  959. }
  960. }
  961. } else { //潜在客户
  962. if applyCount > 0 {
  963. hasPermission = 5
  964. } else {
  965. hasPermission = 4
  966. }
  967. }
  968. Loop:
  969. resp := new(models.ArticleDetailAddStopTimeRep)
  970. resp.HasPermission = hasPermission
  971. resp.HasFree = hasFree
  972. br.Ret = 200
  973. br.Success = true
  974. br.Msg = "操作成功"
  975. br.Data = resp
  976. }
  977. // @Title 文章带问
  978. // @Description 新增文章带问接口
  979. // @Param request body models.AddArticleAskRep true "type json string"
  980. // @Success Ret=200 新增成功
  981. // @router /askAdd [post]
  982. func (this *ArticleController) AskAdd() {
  983. br := new(models.BaseResponse).Init()
  984. defer func() {
  985. this.Data["json"] = br
  986. this.ServeJSON()
  987. }()
  988. user := this.User
  989. if user == nil {
  990. br.Msg = "请登录"
  991. br.ErrMsg = "请登录,SysUser Is Empty"
  992. br.Ret = 408
  993. return
  994. }
  995. var req models.AddArticleAskRep
  996. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  997. if err != nil {
  998. br.Msg = "参数解析异常!"
  999. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  1000. return
  1001. }
  1002. if req.Content == "" {
  1003. br.Msg = "建议内容不可为空"
  1004. return
  1005. }
  1006. content := req.Content
  1007. itemToken, err := services.WxGetToken()
  1008. if err != nil {
  1009. br.Msg = "GetWxAccessToken Err:" + err.Error()
  1010. return
  1011. }
  1012. if itemToken.AccessToken == "" {
  1013. br.Msg = "accessToken is empty"
  1014. return
  1015. }
  1016. commerr, err := weapp.MSGSecCheck(itemToken.AccessToken, content)
  1017. if err != nil {
  1018. br.Msg = "内容校验失败!"
  1019. br.ErrMsg = "内容校验失败,Err:" + err.Error()
  1020. return
  1021. }
  1022. if commerr.ErrCode != 0 {
  1023. br.Msg = "内容违规,请重新提交!"
  1024. br.ErrMsg = "颜文字内容违规,Err:" + commerr.ErrMSG
  1025. return
  1026. }
  1027. articleId := req.ArticleId
  1028. count, _ := models.GetArticleCountById(articleId)
  1029. if count == 0 {
  1030. br.Msg = "操作失败"
  1031. br.ErrMsg = "文章ID错误,不存在 articleId:" + strconv.Itoa(articleId)
  1032. return
  1033. }
  1034. companyDetail, err := models.GetCompanyDetailById(user.CompanyId)
  1035. if err != nil {
  1036. br.Msg = "提交失败!"
  1037. br.ErrMsg = "获取客户详情失败,Err:" + err.Error()
  1038. return
  1039. }
  1040. if companyDetail == nil {
  1041. br.Msg = "提交失败!"
  1042. br.ErrMsg = "客户不存在,uid:" + strconv.Itoa(user.UserId)
  1043. return
  1044. }
  1045. item := new(models.CygxArticleAsk)
  1046. item.UserId = user.UserId
  1047. item.ArticleId = req.ArticleId
  1048. item.CompanyId = user.CompanyId
  1049. item.CompanyName = companyDetail.CompanyName
  1050. item.CreateTime = time.Now()
  1051. item.Mobile = user.Mobile
  1052. item.Email = user.Email
  1053. item.Content = content
  1054. _, err = models.AddArticleAsk(item)
  1055. if err != nil {
  1056. br.Msg = "提交失败"
  1057. br.ErrMsg = "提交失败,Err:" + err.Error()
  1058. return
  1059. }
  1060. companyItem, err := models.GetSellerDetailAllByCompanyId(user.CompanyId)
  1061. if err != nil {
  1062. br.Msg = "获取信息失败"
  1063. br.ErrMsg = "获取所属销售信息失败,Err:" + err.Error()
  1064. return
  1065. }
  1066. var mobile string
  1067. if utils.RunMode == "release" {
  1068. //mobile = utils.WxMsgTemplateIdAskMsgMobileAll + "," + companyItem.Mobile
  1069. mobile = utils.WxMsgTemplateIdAskMsgMobileAll
  1070. } else {
  1071. mobile = utils.WxMsgTemplateIdAskMsgMobile
  1072. }
  1073. openIdList, err := models.GetWxOpenIdByMobileList(mobile)
  1074. if err != nil {
  1075. br.Msg = "提交失败"
  1076. br.ErrMsg = "提交失败,Err:" + err.Error()
  1077. return
  1078. }
  1079. detail, err := models.GetArticleDetailById(articleId)
  1080. if err != nil {
  1081. br.Msg = "获取信息失败"
  1082. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  1083. return
  1084. }
  1085. companyName := user.CompanyName + "-" + user.RealName + "(" + companyItem.SellerName + ")"
  1086. go services.SendWxMsgWithAsk(companyName, time.Now().Format(utils.FormatDateTime), content, detail.Title, openIdList, req.ArticleId)
  1087. br.Ret = 200
  1088. br.Success = true
  1089. br.Msg = "提交成功"
  1090. }
  1091. // @Title 下载PDF打水印
  1092. // @Description 下载PDF打水印接口
  1093. // @Param ArticleId query int true "报告ID"
  1094. // @Success 200 {object} models.ArticleDetailFileLink
  1095. // @router /pdfwatermark [get]
  1096. func (this *ArticleController) Pdfwatermark() {
  1097. br := new(models.BaseResponse).Init()
  1098. defer func() {
  1099. this.Data["json"] = br
  1100. this.ServeJSON()
  1101. }()
  1102. user := this.User
  1103. if user == nil {
  1104. br.Msg = "请登录"
  1105. br.ErrMsg = "请登录,用户信息为空"
  1106. br.Ret = 408
  1107. return
  1108. }
  1109. uid := user.UserId
  1110. articleId, err := this.GetInt("ArticleId")
  1111. if articleId <= 0 {
  1112. br.Msg = "文章不存在"
  1113. br.ErrMsg = "文章不存在,文章ID错误"
  1114. return
  1115. }
  1116. //缓存校验
  1117. cacheKey := fmt.Sprint("xygx:apply_record:add:", uid, "ArticleId_", articleId)
  1118. ttlTime := utils.Rc.GetRedisTTL(cacheKey)
  1119. if ttlTime > 0 && user.CompanyId != 16 {
  1120. br.Msg = "下载失败,下载过于频繁"
  1121. br.ErrMsg = "下载失败,下载过于频繁:mobile" + user.Mobile
  1122. return
  1123. }
  1124. resp := new(models.ArticleDetailFileLink)
  1125. detail := new(models.ArticleDetail)
  1126. detail, err = models.GetArticleDetailById(articleId)
  1127. if err != nil {
  1128. br.Msg = "获取信息失败"
  1129. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  1130. return
  1131. }
  1132. fileLink := detail.FileLink
  1133. if fileLink == "" {
  1134. br.Msg = "下载失败"
  1135. br.ErrMsg = "下载失败,报告链接不存在"
  1136. return
  1137. }
  1138. mobile := user.Mobile
  1139. if mobile == "" {
  1140. mobile = user.Email
  1141. }
  1142. sliceLink := strings.Split(fileLink, "/")
  1143. uploadDir := "static/pdf/"
  1144. //判断文件夹是否存在,不存在则创建
  1145. if !utils.FileIsExist(uploadDir) {
  1146. err = os.MkdirAll(uploadDir, 0755)
  1147. if err != nil {
  1148. br.Msg = "下载失败"
  1149. br.ErrMsg = "存储目录创建失败,Err:" + err.Error()
  1150. return
  1151. }
  1152. }
  1153. var oldFile string
  1154. var newFile string
  1155. //获取PDF源文件名称
  1156. pdfName := sliceLink[len(sliceLink)-1]
  1157. pdfName = utils.MD5(pdfName) + ".pdf"
  1158. oldFile = uploadDir + pdfName
  1159. //判断PDF本地是否存在,不存在则保存到本地
  1160. if !utils.FileIsExist(oldFile) {
  1161. res, err := nhttp.Get(fileLink)
  1162. if err != nil {
  1163. br.Msg = "下载失败"
  1164. br.ErrMsg = "获取源文件失败,Err:" + err.Error()
  1165. return
  1166. }
  1167. defer res.Body.Close()
  1168. // 获得get请求响应的reader对象
  1169. reader := bufio.NewReaderSize(res.Body, 32*1024)
  1170. file, err := os.Create(oldFile)
  1171. if err != nil {
  1172. br.Msg = "下载失败"
  1173. br.ErrMsg = "保存源文件到本地失败,Err:" + err.Error()
  1174. return
  1175. }
  1176. defer file.Close()
  1177. //获得文件的writer对象
  1178. writer := bufio.NewWriter(file)
  1179. written, _ := io.Copy(writer, reader)
  1180. fmt.Printf("Total length: %d", written)
  1181. }
  1182. newFile = uploadDir + "new_" + pdfName
  1183. onTop := true
  1184. wm, err := pdfcpu.ParseTextWatermarkDetails(mobile, " op:.4, pos:c ,points:16 ", onTop, 1)
  1185. if err != nil {
  1186. br.Msg = "下载失败"
  1187. br.ErrMsg = "生成水印文件失败,Err:" + err.Error()
  1188. return
  1189. }
  1190. err = api.AddWatermarksFile(oldFile, newFile, nil, wm, nil)
  1191. if err != nil {
  1192. //br.Msg = "下载失败"
  1193. //br.ErrMsg = "生成水印PDF失败,Err:" + err.Error()
  1194. resp.FileLink = fileLink
  1195. br.Ret = 200
  1196. br.Success = true
  1197. br.Msg = "获取成功"
  1198. br.Data = resp
  1199. return
  1200. }
  1201. randStr := utils.GetRandStringNoSpecialChar(28)
  1202. fileName := randStr + ".pdf"
  1203. savePath := uploadDir + time.Now().Format("200601/20060102/")
  1204. savePath += fileName
  1205. //上传到阿里云
  1206. err = services.UploadFileToAliyun(fileName, newFile, savePath)
  1207. if err != nil {
  1208. br.Msg = "下载失败"
  1209. br.ErrMsg = "文件上传失败,Err:" + err.Error()
  1210. return
  1211. }
  1212. fileHost := "https://hzstatic.hzinsights.com/"
  1213. resourceUrl := fileHost + savePath
  1214. defer func() {
  1215. os.Remove(newFile)
  1216. }()
  1217. utils.Rc.SetNX(cacheKey, user.Mobile, time.Minute*5)
  1218. resp.FileLink = resourceUrl
  1219. br.Ret = 200
  1220. br.Success = true
  1221. br.Msg = "获取成功"
  1222. br.Data = resp
  1223. }
  1224. // @Title 获取报告详情(无需token)
  1225. // @Description 获取报告详情接口
  1226. // @Param ArticleId query int true "报告ID"
  1227. // @Param CompanyCode query string false "机构编号"
  1228. // @Param CompanyName query string false "机构名称"
  1229. // @Param Email query string false "邮箱"
  1230. // @Param Sign query string false "加密签名"
  1231. // @Success 200 {object} models.ArticleDetailHtgjResp
  1232. // @router /detailPublic [get]
  1233. func (this *ArticleCommonController) DetailPublic() {
  1234. br := new(models.BaseResponse).Init()
  1235. defer func() {
  1236. this.Data["json"] = br
  1237. this.ServeJSON()
  1238. }()
  1239. articleId, _ := this.GetInt("ArticleId")
  1240. companyCode := this.GetString("CompanyCode")
  1241. companyNameHt := this.GetString("CompanyName")
  1242. email := this.GetString("Email")
  1243. sign := this.GetString("Sign")
  1244. resp := new(models.ArticleDetailHtgjResp)
  1245. if companyCode == "" || email == "" {
  1246. resp.HasPermission = 2
  1247. br.Ret = 200
  1248. br.Success = true
  1249. br.Msg = "获取成功"
  1250. br.Data = resp
  1251. return
  1252. }
  1253. if articleId <= 0 {
  1254. br.Msg = "文章不存在"
  1255. br.ErrMsg = "文章不存在,文章ID错误"
  1256. return
  1257. }
  1258. errMsg, err, wxUser, companyName := services.CheckHtgj(companyCode, companyNameHt, email, sign)
  1259. if errMsg != "" {
  1260. br.Msg = errMsg
  1261. return
  1262. }
  1263. companyPermission, err := models.GetCompanyPermission(wxUser.CompanyId)
  1264. if err != nil {
  1265. br.Msg = "获取信息失败"
  1266. br.ErrMsg = "获取用户权限失败,Err:" + err.Error() + ";articleId" + strconv.Itoa(articleId)
  1267. return
  1268. }
  1269. hasPermission := 0
  1270. uid := wxUser.UserId
  1271. detail, err := models.GetArticleDetailById(articleId)
  1272. if err != nil {
  1273. br.Msg = "获取信息失败"
  1274. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  1275. return
  1276. }
  1277. detail.Body = html.UnescapeString(detail.Body)
  1278. detail.Body = strings.Replace(detail.Body, "<p data-f-id=\"pbf\" style=\"text-align: center; font-size: 14px; margin-top: 30px; opacity: 0.65; font-family: sans-serif;\">Powered by <a href=\"https://www.froala.com/wysiwyg-editor?pb=1\" title=\"Froala Editor\">Froala Editor</a></p>", "", -1)
  1279. detail.Body = strings.Replace(detail.Body, "pre", "div", -1)
  1280. detail.Abstract, _ = services.GetReportContentTextSub(detail.Abstract)
  1281. var articlePermissionPermissionName string
  1282. if detail.CategoryId > 0 {
  1283. articlePermission, err := models.GetArticlePermission(detail.CategoryId)
  1284. if err != nil {
  1285. br.Msg = "获取信息失败"
  1286. br.ErrMsg = "获取报告权限失败,Err:" + err.Error() + strconv.Itoa(wxUser.UserId) + ";articleId" + strconv.Itoa(articleId)
  1287. return
  1288. }
  1289. if articlePermission == nil {
  1290. br.Msg = "获取信息失败"
  1291. br.ErrMsg = "报告权限不存在,Err:" + strconv.Itoa(wxUser.UserId) + ";articleId" + strconv.Itoa(articleId)
  1292. return
  1293. }
  1294. articlePermissionPermissionName = articlePermission.PermissionName
  1295. } else {
  1296. articlePermissionPermissionName = detail.CategoryName
  1297. }
  1298. var hasPersion bool
  1299. slice := strings.Split(articlePermissionPermissionName, ",")
  1300. for _, v := range slice {
  1301. if strings.Contains(companyPermission, v) {
  1302. hasPersion = true
  1303. }
  1304. }
  1305. if hasPersion {
  1306. hasPermission = 1
  1307. }
  1308. if strings.Contains(detail.CategoryName, "研选") {
  1309. detail.IsResearch = true
  1310. }
  1311. resp.HasPermission = hasPermission
  1312. if hasPermission == 1 {
  1313. //获取销售手机号
  1314. sellerItem, err := models.GetSellerByCompanyId(wxUser.CompanyId)
  1315. if err != nil {
  1316. br.Msg = "获取信息失败"
  1317. br.ErrMsg = "获取销售数据失败2,Err:" + strconv.Itoa(wxUser.UserId) + ";articleId" + strconv.Itoa(articleId)
  1318. return
  1319. }
  1320. if sellerItem != nil {
  1321. detail.SellerMobile = sellerItem.Mobile
  1322. detail.SellerName = sellerItem.RealName
  1323. }
  1324. sellerList, err := models.GetSellerList(articleId)
  1325. if err != nil {
  1326. br.Msg = "获取信息失败"
  1327. br.ErrMsg = "获取销售数据失败,Err:" + err.Error() + strconv.Itoa(wxUser.UserId) + ";articleId" + strconv.Itoa(articleId)
  1328. return
  1329. }
  1330. if detail.ArticleId >= utils.SummaryArticleId && strings.Contains(detail.SellerAndMobile, "-") {
  1331. strnum := strings.Index(detail.SellerAndMobile, "-")
  1332. detail.SellerAndMobile = detail.SellerAndMobile[0:strnum]
  1333. if strnum > 0 {
  1334. nickName := detail.SellerAndMobile[0:strnum]
  1335. sellerAndMobile := &models.SellerRep{
  1336. SellerMobile: "",
  1337. SellerName: nickName,
  1338. }
  1339. sellerList = append(sellerList, sellerAndMobile)
  1340. }
  1341. }
  1342. detail.SellerList = sellerList
  1343. resp.Detail = detail
  1344. historyRecord := new(models.CygxArticleHistoryRecord)
  1345. historyRecord.UserId = wxUser.UserId
  1346. historyRecord.ArticleId = articleId
  1347. historyRecord.CreateTime = time.Now()
  1348. historyRecord.Mobile = wxUser.Mobile
  1349. historyRecord.Email = wxUser.Email
  1350. historyRecord.CompanyId = wxUser.CompanyId
  1351. historyRecord.CompanyName = companyName
  1352. recordCount, _ := models.GetNoAddStoptimeArticleCount(wxUser.UserId, articleId)
  1353. if recordCount == 0 {
  1354. go models.AddCygxArticleHistoryRecord(historyRecord)
  1355. } else {
  1356. detailNew, err := models.GetNewArticleHistoryRecord(wxUser.UserId, articleId)
  1357. if err != nil {
  1358. br.Msg = "获取信息失败"
  1359. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  1360. return
  1361. }
  1362. if detailNew.StopTime > 0 {
  1363. go models.AddCygxArticleHistoryRecord(historyRecord)
  1364. }
  1365. }
  1366. key := "CYGX_ARTICLE_" + strconv.Itoa(articleId) + "_" + strconv.Itoa(wxUser.UserId)
  1367. if !utils.Rc.IsExist(key) {
  1368. //新增浏览记录
  1369. record := new(models.CygxArticleViewRecord)
  1370. record.UserId = wxUser.UserId
  1371. record.ArticleId = articleId
  1372. record.CreateTime = time.Now()
  1373. record.Mobile = wxUser.Mobile
  1374. record.Email = wxUser.Email
  1375. record.CompanyId = wxUser.CompanyId
  1376. record.CompanyName = companyName
  1377. go models.AddCygxArticleViewRecord(record)
  1378. utils.Rc.Put(key, 1, 5*time.Second)
  1379. models.ModifyReportLastViewTime(wxUser.UserId)
  1380. }
  1381. if detail.ArticleId < utils.SummaryArticleId {
  1382. chartUserTokenByMobile, _ := services.GetUserTokenByMobile(utils.HtgjPublicMobile)
  1383. detail.HttpUrl = utils.StrategyPlatform + strconv.Itoa(articleId) + "?token=" + chartUserTokenByMobile
  1384. detail.IsNeedJump = true
  1385. }
  1386. if detail.ArticleId < utils.SummaryArticleId {
  1387. chartUserTokenByMobile, _ := services.GetUserTokenByMobile(utils.HtgjPublicMobile)
  1388. detail.HttpUrl = utils.StrategyPlatform + strconv.Itoa(articleId) + "?token=" + chartUserTokenByMobile
  1389. detail.IsNeedJump = true
  1390. }
  1391. collectCount, err := models.GetArticleCollectCount(uid, articleId)
  1392. if err != nil && err.Error() != utils.ErrNoRow() {
  1393. br.Msg = "获取信息失败"
  1394. br.ErrMsg = "判断是否已收藏失败,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  1395. return
  1396. }
  1397. if collectCount > 0 {
  1398. detail.IsCollect = true
  1399. }
  1400. interviewApplyItem, err := models.GetArticleInterviewApply(uid, articleId)
  1401. if err != nil && err.Error() != utils.ErrNoRow() {
  1402. br.Msg = "获取信息失败"
  1403. br.ErrMsg = "判断是否已申请访谈失败,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  1404. return
  1405. }
  1406. if interviewApplyItem != nil && interviewApplyItem.InterviewApplyId > 0 {
  1407. detail.IsInterviewApply = true
  1408. detail.InterviewApplyStatus = interviewApplyItem.Status
  1409. }
  1410. articleFollowdetail, err := models.GetArticleFollowDetail(articleId, uid)
  1411. if err != nil {
  1412. br.Msg = "获取信息失败"
  1413. br.ErrMsg = "获取关注信息失败,Err:" + err.Error()
  1414. return
  1415. }
  1416. detail.FollowNum = articleFollowdetail.DNum
  1417. detail.CollectionNum = articleFollowdetail.AcNum
  1418. resp.Detail = detail
  1419. }
  1420. resp.CompanyName = companyName
  1421. br.Ret = 200
  1422. br.Success = true
  1423. br.Msg = "获取成功"
  1424. br.Data = resp
  1425. }
  1426. // @Title 上传文章阅读时间(无需token)
  1427. // @Description 上传文章阅读时间接口(无需token)
  1428. // @Param request body models.AddStopTimeHtgjRep true "type json string"
  1429. // @Success 200 {object} models.ArticleDetailResp
  1430. // @router /addStopTimePublic [post]
  1431. func (this *ArticleCommonController) AddStopTimePublic() {
  1432. br := new(models.BaseResponse).Init()
  1433. defer func() {
  1434. this.Data["json"] = br
  1435. this.ServeJSON()
  1436. }()
  1437. var req models.AddStopTimeHtgjRep
  1438. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  1439. if err != nil {
  1440. br.Msg = "参数解析异常!"
  1441. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  1442. return
  1443. }
  1444. articleId := req.ArticleId
  1445. stopTime := req.StopTime
  1446. outType := req.OutType
  1447. source := req.Source
  1448. companyCode := req.CompanyCode
  1449. companyName := req.CompanyName
  1450. wxuUserName := req.Email
  1451. sign := req.Sign
  1452. if companyCode == "" || companyName == "" || wxuUserName == "" || sign == "" {
  1453. br.Msg = "上传失败"
  1454. br.ErrMsg = "必填参数不能为空"
  1455. return
  1456. }
  1457. companyNameHt := companyCode + "_" + companyName
  1458. errMsg := services.CheckSign(companyCode+companyName+wxuUserName, sign)
  1459. if errMsg != "" {
  1460. br.Msg = errMsg
  1461. return
  1462. }
  1463. companyInfo, err := models.GetCompanyByThirdName(companyNameHt)
  1464. if err != nil {
  1465. br.Msg = "获取信息失败"
  1466. br.ErrMsg = "获取客户信息失败,Err:" + err.Error()
  1467. return
  1468. }
  1469. user, err := models.GetUserByThirdName(companyInfo.CompanyId, wxuUserName)
  1470. if err != nil {
  1471. br.Msg = "获取信息失败"
  1472. br.ErrMsg = "获取用户信息失败,Err:" + err.Error()
  1473. return
  1474. }
  1475. uid := user.UserId
  1476. if articleId <= 0 {
  1477. br.Msg = "文章ID不存在"
  1478. br.ErrMsg = "参数错误"
  1479. return
  1480. }
  1481. if stopTime == 0 {
  1482. stopTime = 1
  1483. }
  1484. if outType != 2 {
  1485. outType = 1
  1486. }
  1487. if source != "PC" {
  1488. source = "MOBILE"
  1489. }
  1490. detail := new(models.ArticleDetail)
  1491. hasPermission := 0
  1492. hasFree := 0
  1493. //判断是否已经申请过
  1494. applyCount, err := models.GetApplyRecordCount(uid)
  1495. if err != nil && err.Error() != utils.ErrNoRow() {
  1496. br.Msg = "获取信息失败"
  1497. br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
  1498. return
  1499. }
  1500. //`description:"1:有该行业权限,正常展示,2:无该行业权限,不存在权益客户下,3:无该品类权限,4:潜在客户,未提交过申请,5:潜在客户,已提交过申请"`
  1501. if user.CompanyId > 1 {
  1502. companyPermission, err := models.GetCompanyPermission(user.CompanyId)
  1503. if err != nil {
  1504. br.Msg = "获取信息失败"
  1505. br.ErrMsg = "判断是否已申请访谈失败,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  1506. return
  1507. }
  1508. detail, err = models.GetArticleDetailById(articleId)
  1509. if err != nil {
  1510. br.Msg = "获取信息失败"
  1511. br.ErrMsg = "获取文章信息失败,Err:" + err.Error() + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  1512. return
  1513. }
  1514. if companyPermission == "" {
  1515. if applyCount > 0 {
  1516. hasPermission = 5
  1517. } else {
  1518. hasPermission = 2
  1519. }
  1520. hasFree = 2
  1521. goto Loop
  1522. } else {
  1523. hasFree = 1
  1524. var articlePermissionPermissionName string
  1525. if detail.CategoryId > 0 {
  1526. articlePermission, err := models.GetArticlePermission(detail.CategoryId)
  1527. if err != nil {
  1528. br.Msg = "获取信息失败"
  1529. br.ErrMsg = "获取报告权限失败,Err:" + err.Error() + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  1530. return
  1531. }
  1532. if articlePermission == nil {
  1533. br.Msg = "获取信息失败"
  1534. br.ErrMsg = "报告权限不存在,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  1535. return
  1536. }
  1537. articlePermissionPermissionName = articlePermission.PermissionName
  1538. } else {
  1539. articlePermissionPermissionName = detail.CategoryName
  1540. }
  1541. var hasPersion bool
  1542. slice := strings.Split(articlePermissionPermissionName, ",")
  1543. for _, v := range slice {
  1544. if strings.Contains(companyPermission, v) {
  1545. hasPersion = true
  1546. }
  1547. }
  1548. if hasPersion {
  1549. detailNew, err := models.GetNewArticleHistoryRecord(uid, articleId)
  1550. if err == nil {
  1551. hasPermission = 1
  1552. historyRecord := new(models.AddStopTimeNewRep)
  1553. historyRecord.StopTime = detailNew.StopTime + stopTime
  1554. historyRecord.Id = detailNew.Id
  1555. historyRecord.OutType = outType
  1556. go models.UpdateArticleStopTime(historyRecord)
  1557. }
  1558. //不统计本公司的阅读记录、正常退出的不做时间差统计
  1559. if user.CompanyId != 16 && stopTime > 3 {
  1560. key := "CYGX_ARTICLE_PV" + strconv.Itoa(articleId) + "_" + strconv.Itoa(uid) + "_" + strconv.Itoa(user.CompanyId) + "_" + strconv.Itoa(outType)
  1561. record := new(models.CygxArticleHistoryRecordNewpv)
  1562. record.UserId = uid
  1563. record.ArticleId = articleId
  1564. record.CreateTime = time.Now().Add(-time.Second * time.Duration(stopTime))
  1565. record.ModifyTime = time.Now()
  1566. record.Mobile = user.Mobile
  1567. record.Email = user.Email
  1568. record.CompanyId = user.CompanyId
  1569. record.CompanyName = companyInfo.CompanyName
  1570. record.StopTime = stopTime
  1571. record.OutType = outType
  1572. record.Source = source
  1573. if !utils.Rc.IsExist(key) || outType != 2 {
  1574. //新增浏览记录
  1575. go models.AddCygxArticleViewRecordNewpv(record)
  1576. recordRedis := new(services.ReportViewRecord)
  1577. recordRedis.UserId = user.UserId
  1578. recordRedis.ReportId = articleId
  1579. recordRedis.Mobile = user.Mobile
  1580. recordRedis.Email = user.Email
  1581. recordRedis.RealName = user.RealName
  1582. recordRedis.CompanyName = companyName
  1583. recordRedis.CreateTime = time.Now().Add(-time.Second * time.Duration(stopTime))
  1584. go services.PushViewRecordNewRedisData(recordRedis, user.CompanyId)
  1585. } else {
  1586. go models.UpdateCygxArticleViewRecordNewpv(record, stopTime)
  1587. }
  1588. utils.Rc.Put(key, 1, 10*time.Minute)
  1589. }
  1590. models.ModifyReportLastViewTime(uid)
  1591. } else { //无该行业权限
  1592. hasPermission = 3
  1593. }
  1594. }
  1595. } else { //潜在客户
  1596. if applyCount > 0 {
  1597. hasPermission = 5
  1598. } else {
  1599. hasPermission = 4
  1600. }
  1601. }
  1602. Loop:
  1603. resp := new(models.ArticleDetailAddStopTimeRep)
  1604. resp.HasPermission = hasPermission
  1605. resp.HasFree = hasFree
  1606. br.Ret = 200
  1607. br.Success = true
  1608. br.Msg = "操作成功"
  1609. br.Data = resp
  1610. }
  1611. // @Title 页面访问统计(无需token)
  1612. // @Description 上传页面访问统计(无需token)
  1613. // @Param request body models.CygxPageHistoryRecordHtgjRep true "type json string"
  1614. // @Success Ret=200 新增成功
  1615. // @router /pageHistoryPublic [post]
  1616. func (this *ArticleCommonController) PageHistoryPublic() {
  1617. br := new(models.BaseResponse).Init()
  1618. defer func() {
  1619. this.Data["json"] = br
  1620. this.ServeJSON()
  1621. }()
  1622. var req models.CygxPageHistoryRecordHtgjRep
  1623. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  1624. if err != nil {
  1625. br.Msg = "参数解析异常!"
  1626. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  1627. return
  1628. }
  1629. companyCode := req.CompanyCode
  1630. companyName := req.CompanyName
  1631. wxuUserName := req.Email
  1632. sign := req.Sign
  1633. if companyCode == "" || companyName == "" || wxuUserName == "" || sign == "" {
  1634. br.Msg = "上传失败"
  1635. br.ErrMsg = "必填参数不能为空"
  1636. return
  1637. }
  1638. companyNameHt := companyCode + "_" + companyName
  1639. errMsg := services.CheckSign(companyCode+companyName+wxuUserName, sign)
  1640. if errMsg != "" {
  1641. br.Msg = errMsg
  1642. return
  1643. }
  1644. companyInfo, err := models.GetCompanyByThirdName(companyNameHt)
  1645. if err != nil {
  1646. br.Msg = "获取信息失败"
  1647. br.ErrMsg = "获取客户信息失败,Err:" + err.Error()
  1648. return
  1649. }
  1650. user, err := models.GetUserByThirdName(companyInfo.CompanyId, wxuUserName)
  1651. if err != nil {
  1652. br.Msg = "获取信息失败"
  1653. br.ErrMsg = "获取用户信息失败,Err:" + err.Error()
  1654. return
  1655. }
  1656. item := new(models.CygxPageHistoryRecord)
  1657. item.UserId = user.UserId
  1658. item.CreateTime = time.Now()
  1659. item.Mobile = user.Mobile
  1660. item.Email = user.Email
  1661. item.CompanyId = user.CompanyId
  1662. item.CompanyName = companyName
  1663. item.DetailId = req.DetailId
  1664. item.ChartPermissionId = req.ChartPermissionId
  1665. item.IndustrialManagementId = req.IndustrialManagementId
  1666. item.PageType = "ArticleCopy"
  1667. _, err = models.AddCygxPageHistoryRecord(item)
  1668. if err != nil {
  1669. br.Msg = "记录信息失败"
  1670. br.ErrMsg = "新增访问记录失败,Err:" + err.Error()
  1671. return
  1672. }
  1673. br.Ret = 200
  1674. br.Success = true
  1675. br.Msg = "新增成功"
  1676. }