article.go 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857
  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_mfyx/models"
  15. "hongze/hongze_mfyx/services"
  16. "hongze/hongze_mfyx/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. resp := new(models.ArticleDetailResp)
  63. detail, err = models.GetArticleDetailById(articleId)
  64. if err != nil {
  65. br.Msg = "获取信息失败"
  66. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  67. return
  68. }
  69. detail.PublishDate = utils.TimeRemoveHms2(detail.PublishDate)
  70. detail.Body = html.UnescapeString(detail.Body)
  71. 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)
  72. detail.Body = strings.Replace(detail.Body, "pre", "div", -1)
  73. detail.Abstract = html.UnescapeString(detail.Abstract)
  74. //detail.Abstract, _ = services.GetReportContentTextSubNew(detail.Abstract)
  75. //作者头像
  76. if detail.DepartmentId > 0 {
  77. departmentDetail, err := models.GetArticleDepartmentDateilById(detail.DepartmentId)
  78. if err == nil {
  79. detail.DepartmentImgUrl = departmentDetail.ImgUrl
  80. }
  81. }
  82. // 判断是否属于研选类型的报告
  83. detail.IsResearch = true
  84. articleCollectMap, _ := services.GetCygxArticleCollectMap(user.UserId)
  85. detail.IsCollect = articleCollectMap[detail.ArticleId]
  86. //是否是通过模板消息进来的
  87. if isSendWx == 1 {
  88. var condition string
  89. var pars []interface{}
  90. pars = make([]interface{}, 0)
  91. condition = ` AND article_id = ? `
  92. reportMappingMap, _ := services.GetReportMappingMap()
  93. if reportMappingMap[detail.CategoryId] {
  94. chooseCategoryMap, _ := services.GetChooseCategoryMap(user)
  95. detail.IsShowFollowButton = true
  96. detail.IsFollowButton = chooseCategoryMap[detail.CategoryId]
  97. } else {
  98. pars = append(pars, articleId)
  99. industrialList, err := models.GetIndustrialArticleGroupManagementList(condition, pars)
  100. if err != nil && err.Error() != utils.ErrNoRow() {
  101. br.Msg = "获取信息失败"
  102. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  103. return
  104. }
  105. if len(industrialList) > 0 {
  106. industryUserFollowMap, err := services.GetIndustryUserFollowMap(user)
  107. if err != nil {
  108. br.Msg = "获取信息失败"
  109. br.ErrMsg = "GetActivitySignupResp,Err:" + err.Error()
  110. return
  111. }
  112. for _, v := range industrialList {
  113. if industryUserFollowMap[v.IndustrialManagementId] {
  114. detail.IsFollowButton = true
  115. }
  116. }
  117. detail.IsShowFollowButton = true
  118. }
  119. }
  120. }
  121. havePower, err := services.GetArticleDetailUserPower(user, detail)
  122. if err != nil {
  123. br.Msg = "获取信息失败"
  124. br.ErrMsg = "校验用户权限失败,Err:" + err.Error()
  125. return
  126. }
  127. if havePower {
  128. hasPermission = 1
  129. go services.ArticleHistory(articleId, user)
  130. //30分钟之内阅读同一篇文章不错二次推送
  131. key := "CYGX_ARTICLE_READ" + strconv.Itoa(articleId) + "_" + strconv.Itoa(uid)
  132. if !utils.Rc.IsExist(key) {
  133. go services.ArticleUserRemind(user, detail, 1)
  134. utils.Rc.Put(key, 1, 30*time.Second)
  135. }
  136. articleFollowdetail, err := models.GetArticleFollowDetail(articleId, uid)
  137. if err != nil {
  138. br.Msg = "获取信息失败"
  139. br.ErrMsg = "获取关注信息失败,Err:" + err.Error()
  140. return
  141. }
  142. detail.FollowNum = articleFollowdetail.DNum
  143. detail.CollectionNum = articleFollowdetail.AcNum
  144. if articleFollowdetail.MdNum > 0 {
  145. detail.IsFollow = true
  146. }
  147. if detail.IsSummary == 1 {
  148. detail.IsBelongSummary = true
  149. }
  150. if detail.IsReport == 1 {
  151. detail.IsBelongReport = true
  152. }
  153. } else {
  154. hasPermission, err = services.GetUserDetailPermissionCode(user.UserId, user.CompanyId)
  155. if err != nil && err.Error() != utils.ErrNoRow() {
  156. br.Msg = "获取信息失败"
  157. br.ErrMsg = "获取信息失败,GetUserDetailPermissionCode Err:" + err.Error()
  158. return
  159. }
  160. //权益客户对权益销售信息进行展示
  161. if hasPermission == 2 || hasPermission == 3 {
  162. sellerItemQy, err := models.GetSellerByCompanyIdCheckFicc(user.CompanyId, 2)
  163. if err != nil && err.Error() != utils.ErrNoRow() {
  164. br.Msg = "获取信息失败"
  165. br.ErrMsg = "获取销售信息失败,Err:" + err.Error()
  166. return
  167. }
  168. if sellerItemQy != nil {
  169. detail.SellerMobile = sellerItemQy.Mobile
  170. detail.SellerName = sellerItemQy.RealName
  171. }
  172. }
  173. detail.Body = ""
  174. detail.BodyText = ""
  175. resp.IsShowWxPay = utils.IS_SHOW_WX_PAY //是否展示微信支付按钮
  176. resp.IsCompanyApply = services.GetUserApplyRecordCountByCompanyIdPay(user.CompanyId) //获取客户是否有过历史申请记录
  177. resp.IsNeedBusinessCard = services.GetCygxUserBusinessCardCount(user.UserId, user.CompanyId) //是否需要上传名片
  178. resp.GoodsList = services.GetUserGoodsCardList() //日卡月卡商品信息
  179. for _, v := range resp.GoodsList {
  180. resp.PopupPriceMsg += v.PopupPriceMsg //价格弹窗信息
  181. }
  182. }
  183. if hasPermission != 1 {
  184. hasPermission, err = services.GetUserPermissionCode(user.UserId, user.CompanyId)
  185. if err != nil {
  186. br.Msg = "获取信息失败"
  187. br.ErrMsg = "获取用户状态信息失败,Err:" + err.Error()
  188. return
  189. }
  190. }
  191. if detail.ArticleTypeId == 14 {
  192. detail.IsApplyAppointmentExpert = true //判断文章类型是否属于专家访谈 查研观向11.0
  193. }
  194. if user.UserId == 0 {
  195. hasPermission = 1
  196. }
  197. resp.HasPermission = hasPermission
  198. resp.HaveResearch = haveResearch
  199. resp.Detail = detail
  200. if user.Mobile != "" {
  201. resp.Mobile = user.Mobile
  202. } else {
  203. resp.Mobile = user.Email
  204. }
  205. br.Ret = 200
  206. br.Success = true
  207. br.Msg = "获取成功"
  208. br.Data = resp
  209. }
  210. // @Title 收藏
  211. // @Description 收藏
  212. // @Param request body models.ArticleCollectReq true "type json string"
  213. // @Success 200 {object} models.FontsCollectResp
  214. // @router /collect [post]
  215. func (this *ArticleController) ArticleCollect() {
  216. br := new(models.BaseResponse).Init()
  217. defer func() {
  218. this.Data["json"] = br
  219. this.ServeJSON()
  220. }()
  221. user := this.User
  222. if user == nil {
  223. br.Msg = "请重新登录"
  224. br.Ret = 408
  225. return
  226. }
  227. uid := user.UserId
  228. var req models.ArticleCollectReq
  229. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  230. if err != nil {
  231. br.Msg = "参数解析异常!"
  232. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  233. return
  234. }
  235. articleId := req.ArticleId
  236. detail, err := models.GetArticleDetailById(articleId)
  237. if err != nil {
  238. br.Msg = "获取信息失败"
  239. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  240. return
  241. }
  242. count, err := models.GetArticleCollectCount(uid, articleId)
  243. if err != nil {
  244. br.Msg = "获取数据失败!"
  245. br.ErrMsg = "获取数据失败,Err:" + err.Error()
  246. return
  247. }
  248. resp := new(models.ArticleCollectResp)
  249. if count <= 0 {
  250. item := new(models.CygxArticleCollect)
  251. item.ArticleId = req.ArticleId
  252. item.UserId = uid
  253. item.CreateTime = time.Now()
  254. item.Mobile = user.Mobile
  255. item.Email = user.Email
  256. item.CompanyId = user.CompanyId
  257. item.CompanyName = user.CompanyName
  258. item.RealName = user.RealName
  259. _, err = models.AddCygxArticleCollect(item)
  260. if err != nil {
  261. br.Msg = "收藏失败"
  262. br.ErrMsg = "收藏失败,Err:" + err.Error()
  263. return
  264. }
  265. br.Msg = "收藏成功"
  266. resp.Status = 1
  267. // 文章收藏消息发送
  268. go services.ArticleUserRemind(user, detail, 2)
  269. go services.ArticleHistoryUserLabelLogAdd(articleId, user.UserId)
  270. } else {
  271. err = models.RemoveArticleCollect(uid, articleId)
  272. if err != nil {
  273. br.Msg = "取消收藏失败"
  274. br.ErrMsg = "取消收藏失败,Err:" + err.Error()
  275. return
  276. }
  277. br.Msg = "已取消收藏"
  278. resp.Status = 2
  279. }
  280. collectTotal, err := models.GetArticleCollectUsersCount(articleId)
  281. if err != nil {
  282. br.Msg = "获取数据失败"
  283. br.ErrMsg = "获取数据失败,Err:" + err.Error()
  284. return
  285. }
  286. resp.CollectCount = collectTotal
  287. br.Ret = 200
  288. br.Success = true
  289. br.Data = resp
  290. }
  291. // @Title 访谈申请
  292. // @Description 访谈申请
  293. // @Param request body models.ArticleInterviewApplyReq true "type json string"
  294. // @Success 200 {object} models.FontsCollectResp
  295. // @router /interview/apply [post]
  296. func (this *ArticleController) InterviewApply() {
  297. br := new(models.BaseResponse).Init()
  298. defer func() {
  299. this.Data["json"] = br
  300. this.ServeJSON()
  301. }()
  302. user := this.User
  303. if user == nil {
  304. br.Msg = "请重新登录"
  305. br.Ret = 408
  306. return
  307. }
  308. uid := user.UserId
  309. var req models.ArticleInterviewApplyReq
  310. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  311. if err != nil {
  312. br.Msg = "参数解析异常!"
  313. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  314. return
  315. }
  316. article, err := models.GetArticleDetailById(req.ArticleId)
  317. if err != nil {
  318. br.Msg = "获取纪要失败!"
  319. br.ErrMsg = "获取纪要失败,Err:" + err.Error()
  320. return
  321. }
  322. count, err := models.GetArticleInterviewApplyCount(uid, req.ArticleId)
  323. if err != nil {
  324. br.Msg = "获取数据失败!"
  325. br.ErrMsg = "获取数据失败,Err:" + err.Error()
  326. return
  327. }
  328. resp := new(models.ArticleInterviewApplyResp)
  329. if count <= 0 {
  330. item := new(models.CygxInterviewApply)
  331. item.ArticleId = req.ArticleId
  332. item.UserId = uid
  333. item.CompanyId = user.CompanyId
  334. item.Status = "待邀请"
  335. item.Sort = 1
  336. item.ArticleTitle = article.Title
  337. item.CreateTime = time.Now()
  338. item.ModifyTime = time.Now()
  339. item.ArticleIdMd5 = article.ArticleIdMd5
  340. _, err = models.AddCygxInterviewApply(item)
  341. if err != nil {
  342. br.Msg = "申请失败"
  343. br.ErrMsg = "申请失败,Err:" + err.Error()
  344. return
  345. }
  346. br.Msg = "申请成功"
  347. resp.Status = 1
  348. //发送模板消息
  349. if user.CompanyId > 1 {
  350. mobile := user.Mobile
  351. if mobile == "" {
  352. mobile = user.Email
  353. }
  354. sellerItem, _ := models.GetSellerByCompanyId(user.CompanyId)
  355. if sellerItem != nil && sellerItem.AdminId > 0 && user.Mobile != "" {
  356. openIpItem, _ := models.GetUserRecordByMobile(4, sellerItem.Mobile)
  357. if openIpItem != nil && openIpItem.OpenId != "" {
  358. go services.SendInterviewApplyTemplateMsg(user.RealName, sellerItem.CompanyName, mobile, article.Title, openIpItem)
  359. }
  360. }
  361. }
  362. } else {
  363. err = models.RemoveArticleInterviewApply(uid, req.ArticleId)
  364. if err != nil {
  365. br.Msg = "取消申请失败"
  366. br.ErrMsg = "取消申请失败,Err:" + err.Error()
  367. return
  368. }
  369. br.Msg = "已取消申请"
  370. resp.Status = 2
  371. if user.CompanyId > 1 {
  372. mobile := user.Mobile
  373. if mobile == "" {
  374. mobile = user.Email
  375. }
  376. sellerItem, _ := models.GetSellerByCompanyId(user.CompanyId)
  377. if sellerItem != nil && sellerItem.AdminId > 0 && user.Mobile != "" {
  378. openIpItem, _ := models.GetUserRecordByMobile(4, sellerItem.Mobile)
  379. if openIpItem != nil && openIpItem.OpenId != "" {
  380. go services.SendInterviewApplyCancelTemplateMsg(user.RealName, sellerItem.CompanyName, mobile, article.Title, openIpItem)
  381. }
  382. }
  383. }
  384. }
  385. br.Ret = 200
  386. br.Success = true
  387. br.Data = resp
  388. }
  389. // @Title 上传文章阅读时间
  390. // @Description 上传文章阅读时间接口
  391. // @Param request body models.AddStopTimeRep true "type json string"
  392. // @Success 200 {object} models.ArticleDetailResp
  393. // @router /addStopTime [post]
  394. func (this *ArticleController) AddStopTime() {
  395. br := new(models.BaseResponse).Init()
  396. defer func() {
  397. this.Data["json"] = br
  398. this.ServeJSON()
  399. }()
  400. user := this.User
  401. if user == nil {
  402. br.Msg = "请登录"
  403. br.ErrMsg = "请登录,用户信息为空"
  404. br.Ret = 408
  405. return
  406. }
  407. var req models.AddStopTimeRep
  408. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  409. if err != nil {
  410. br.Msg = "参数解析异常!"
  411. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  412. return
  413. }
  414. uid := user.UserId
  415. articleId := req.ArticleId
  416. stopTime := req.StopTime
  417. outType := req.OutType
  418. source := req.Source
  419. if articleId <= 0 {
  420. br.Msg = "参数错误"
  421. br.ErrMsg = "参数错误"
  422. return
  423. }
  424. if stopTime == 0 {
  425. stopTime = 1
  426. }
  427. if outType != 2 {
  428. outType = 1
  429. }
  430. if source != "PC" {
  431. source = "MOBILE"
  432. }
  433. detail := new(models.ArticleDetail)
  434. hasPermission := 0
  435. hasFree := 0
  436. //判断是否已经申请过
  437. applyCount, err := models.GetApplyRecordCount(uid)
  438. if err != nil && err.Error() != utils.ErrNoRow() {
  439. br.Msg = "获取信息失败"
  440. br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
  441. return
  442. }
  443. //`description:"1:有该行业权限,正常展示,2:无该行业权限,不存在权益客户下,3:无该品类权限,4:潜在客户,未提交过申请,5:潜在客户,已提交过申请"`
  444. if user.CompanyId > 1 {
  445. companyPermission, err := models.GetCompanyPermission(user.CompanyId)
  446. if err != nil {
  447. br.Msg = "获取信息失败"
  448. br.ErrMsg = "判断是否已申请访谈失败,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  449. return
  450. }
  451. detail, err = models.GetArticleDetailById(articleId)
  452. if err != nil {
  453. br.Msg = "获取信息失败"
  454. br.ErrMsg = "获取文章信息失败,Err:" + err.Error() + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  455. return
  456. }
  457. if companyPermission == "" {
  458. if applyCount > 0 {
  459. hasPermission = 5
  460. } else {
  461. hasPermission = 2
  462. }
  463. hasFree = 2
  464. goto Loop
  465. } else {
  466. hasFree = 1
  467. var articlePermissionPermissionName string
  468. if detail.CategoryId > 0 {
  469. articlePermission, err := models.GetArticlePermission(detail.CategoryId)
  470. if err != nil {
  471. br.Msg = "获取信息失败"
  472. br.ErrMsg = "获取报告权限失败,Err:" + err.Error() + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  473. return
  474. }
  475. if articlePermission == nil {
  476. br.Msg = "获取信息失败"
  477. br.ErrMsg = "报告权限不存在,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  478. return
  479. }
  480. articlePermissionPermissionName = articlePermission.PermissionName
  481. } else {
  482. articlePermissionPermissionName = detail.CategoryName
  483. }
  484. var hasPersion bool
  485. slice := strings.Split(articlePermissionPermissionName, ",")
  486. //判断用户是否开通了个人研选权限,如果有权限后缀拼接权限名称
  487. mfyxUserPermissionTotal := services.GetMfyxUserPermissionTotal(uid)
  488. if mfyxUserPermissionTotal == 1 {
  489. companyPermission += "," + utils.CHART_PERMISSION_NAME_MF_YANXUAN
  490. companyPermission += "," + utils.MAI_FANG_YAN_XUAN_NAME
  491. }
  492. //如果有研选订阅的权限,那么就拼接一个 买方研选的权限做校验
  493. if strings.Contains(companyPermission, utils.CHART_PERMISSION_NAME_MF_YANXUAN) {
  494. companyPermission += "," + utils.MAI_FANG_YAN_XUAN_NAME
  495. }
  496. for _, v := range slice {
  497. if strings.Contains(companyPermission, v) {
  498. hasPersion = true
  499. }
  500. }
  501. if hasPersion {
  502. go services.ArticleHistoryStopTime(articleId, stopTime, outType, user)
  503. } else { //无该行业权限
  504. hasPermission = 3
  505. }
  506. }
  507. } else { //潜在客户
  508. if applyCount > 0 {
  509. hasPermission = 5
  510. } else {
  511. hasPermission = 4
  512. }
  513. }
  514. Loop:
  515. resp := new(models.ArticleDetailAddStopTimeRep)
  516. resp.HasPermission = hasPermission
  517. resp.HasFree = hasFree
  518. br.Ret = 200
  519. br.Success = true
  520. br.Msg = "操作成功"
  521. br.Data = resp
  522. }
  523. // @Title 文章带问
  524. // @Description 新增文章带问接口
  525. // @Param request body models.AddArticleAskRep true "type json string"
  526. // @Success Ret=200 新增成功
  527. // @router /askAdd [post]
  528. func (this *ArticleController) AskAdd() {
  529. br := new(models.BaseResponse).Init()
  530. defer func() {
  531. this.Data["json"] = br
  532. this.ServeJSON()
  533. }()
  534. user := this.User
  535. if user == nil {
  536. br.Msg = "请登录"
  537. br.ErrMsg = "请登录,SysUser Is Empty"
  538. br.Ret = 408
  539. return
  540. }
  541. var req models.AddArticleAskRep
  542. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  543. if err != nil {
  544. br.Msg = "参数解析异常!"
  545. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  546. return
  547. }
  548. if req.Content == "" {
  549. br.Msg = "建议内容不可为空"
  550. return
  551. }
  552. content := req.Content
  553. itemToken, err := services.WxGetToken()
  554. if err != nil {
  555. br.Msg = "GetWxAccessToken Err:" + err.Error()
  556. return
  557. }
  558. if itemToken.AccessToken == "" {
  559. br.Msg = "accessToken is empty"
  560. return
  561. }
  562. commerr, err := weapp.MSGSecCheck(itemToken.AccessToken, content)
  563. if err != nil {
  564. br.Msg = "内容校验失败!"
  565. br.ErrMsg = "内容校验失败,Err:" + err.Error()
  566. return
  567. }
  568. if commerr.ErrCode != 0 {
  569. br.Msg = "内容违规,请重新提交!"
  570. br.ErrMsg = "颜文字内容违规,Err:" + commerr.ErrMSG
  571. return
  572. }
  573. articleId := req.ArticleId
  574. count, _ := models.GetArticleCountById(articleId)
  575. if count == 0 {
  576. br.Msg = "操作失败"
  577. br.ErrMsg = "文章ID错误,不存在 articleId:" + strconv.Itoa(articleId)
  578. return
  579. }
  580. companyDetail, err := models.GetCompanyDetailById(user.CompanyId)
  581. if err != nil {
  582. br.Msg = "提交失败!"
  583. br.ErrMsg = "获取客户详情失败,Err:" + err.Error()
  584. return
  585. }
  586. if companyDetail == nil {
  587. br.Msg = "提交失败!"
  588. br.ErrMsg = "客户不存在,uid:" + strconv.Itoa(user.UserId)
  589. return
  590. }
  591. item := new(models.CygxArticleAsk)
  592. item.UserId = user.UserId
  593. item.ArticleId = req.ArticleId
  594. item.CompanyId = user.CompanyId
  595. item.CompanyName = companyDetail.CompanyName
  596. item.CreateTime = time.Now()
  597. item.Mobile = user.Mobile
  598. item.Email = user.Email
  599. item.Content = content
  600. _, err = models.AddArticleAsk(item)
  601. if err != nil {
  602. br.Msg = "提交失败"
  603. br.ErrMsg = "提交失败,Err:" + err.Error()
  604. return
  605. }
  606. companyItem, err := models.GetSellerDetailAllByCompanyId(user.CompanyId)
  607. if err != nil {
  608. br.Msg = "获取信息失败"
  609. br.ErrMsg = "获取所属销售信息失败,Err:" + err.Error()
  610. return
  611. }
  612. var mobile string
  613. if utils.RunMode == "release" {
  614. //mobile = utils.WxMsgTemplateIdAskMsgMobileAll + "," + companyItem.Mobile
  615. mobile = utils.WxMsgTemplateIdAskMsgMobileAll
  616. } else {
  617. mobile = utils.WxMsgTemplateIdAskMsgMobile
  618. }
  619. openIdList, err := models.GetWxOpenIdByMobileList(mobile)
  620. if err != nil {
  621. br.Msg = "提交失败"
  622. br.ErrMsg = "提交失败,Err:" + err.Error()
  623. return
  624. }
  625. detail, err := models.GetArticleDetailById(articleId)
  626. if err != nil {
  627. br.Msg = "获取信息失败"
  628. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  629. return
  630. }
  631. companyName := user.CompanyName + "-" + user.RealName + "(" + companyItem.SellerName + ")"
  632. go services.SendWxMsgWithAsk(companyName, time.Now().Format(utils.FormatDateTime), content, detail.Title, openIdList, req.ArticleId)
  633. br.Ret = 200
  634. br.Success = true
  635. br.Msg = "提交成功"
  636. }
  637. // @Title 下载PDF打水印
  638. // @Description 下载PDF打水印接口
  639. // @Param ArticleId query int true "报告ID"
  640. // @Success 200 {object} models.ArticleDetailFileLink
  641. // @router /pdfwatermark [get]
  642. func (this *ArticleController) Pdfwatermark() {
  643. br := new(models.BaseResponse).Init()
  644. defer func() {
  645. this.Data["json"] = br
  646. this.ServeJSON()
  647. }()
  648. user := this.User
  649. if user == nil {
  650. br.Msg = "请登录"
  651. br.ErrMsg = "请登录,用户信息为空"
  652. br.Ret = 408
  653. return
  654. }
  655. uid := user.UserId
  656. articleId, err := this.GetInt("ArticleId")
  657. if articleId <= 0 {
  658. br.Msg = "文章不存在"
  659. br.ErrMsg = "文章不存在,文章ID错误"
  660. return
  661. }
  662. //缓存校验
  663. cacheKey := fmt.Sprint("xygx:apply_record:add:", uid, "ArticleId_", articleId)
  664. ttlTime := utils.Rc.GetRedisTTL(cacheKey)
  665. if ttlTime > 0 && user.CompanyId != 16 {
  666. br.Msg = "下载失败,下载过于频繁"
  667. br.ErrMsg = "下载失败,下载过于频繁:mobile" + user.Mobile
  668. return
  669. }
  670. resp := new(models.ArticleDetailFileLink)
  671. detail := new(models.ArticleDetail)
  672. detail, err = models.GetArticleDetailById(articleId)
  673. if err != nil {
  674. br.Msg = "获取信息失败"
  675. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  676. return
  677. }
  678. fileLink := detail.FileLink
  679. if fileLink == "" {
  680. br.Msg = "下载失败"
  681. br.ErrMsg = "下载失败,报告链接不存在"
  682. return
  683. }
  684. mobile := user.Mobile
  685. if mobile == "" {
  686. mobile = user.Email
  687. }
  688. sliceLink := strings.Split(fileLink, "/")
  689. uploadDir := "static/pdf/"
  690. //判断文件夹是否存在,不存在则创建
  691. if !utils.FileIsExist(uploadDir) {
  692. err = os.MkdirAll(uploadDir, 0755)
  693. if err != nil {
  694. br.Msg = "下载失败"
  695. br.ErrMsg = "存储目录创建失败,Err:" + err.Error()
  696. return
  697. }
  698. }
  699. var oldFile string
  700. var newFile string
  701. //获取PDF源文件名称
  702. pdfName := sliceLink[len(sliceLink)-1]
  703. pdfName = utils.MD5(pdfName) + ".pdf"
  704. oldFile = uploadDir + pdfName
  705. //判断PDF本地是否存在,不存在则保存到本地
  706. if !utils.FileIsExist(oldFile) {
  707. res, err := nhttp.Get(fileLink)
  708. if err != nil {
  709. br.Msg = "下载失败"
  710. br.ErrMsg = "获取源文件失败,Err:" + err.Error()
  711. return
  712. }
  713. defer res.Body.Close()
  714. // 获得get请求响应的reader对象
  715. reader := bufio.NewReaderSize(res.Body, 32*1024)
  716. file, err := os.Create(oldFile)
  717. if err != nil {
  718. br.Msg = "下载失败"
  719. br.ErrMsg = "保存源文件到本地失败,Err:" + err.Error()
  720. return
  721. }
  722. defer file.Close()
  723. //获得文件的writer对象
  724. writer := bufio.NewWriter(file)
  725. written, _ := io.Copy(writer, reader)
  726. fmt.Printf("Total length: %d", written)
  727. }
  728. newFile = uploadDir + "new_" + pdfName
  729. onTop := true
  730. wm, err := pdfcpu.ParseTextWatermarkDetails(mobile, " op:.4, pos:c ,points:16 ", onTop, 1)
  731. if err != nil {
  732. br.Msg = "下载失败"
  733. br.ErrMsg = "生成水印文件失败,Err:" + err.Error()
  734. return
  735. }
  736. err = api.AddWatermarksFile(oldFile, newFile, nil, wm, nil)
  737. if err != nil {
  738. //br.Msg = "下载失败"
  739. //br.ErrMsg = "生成水印PDF失败,Err:" + err.Error()
  740. resp.FileLink = fileLink
  741. br.Ret = 200
  742. br.Success = true
  743. br.Msg = "获取成功"
  744. br.Data = resp
  745. return
  746. }
  747. randStr := utils.GetRandStringNoSpecialChar(28)
  748. fileName := randStr + ".pdf"
  749. savePath := uploadDir + time.Now().Format("200601/20060102/")
  750. savePath += fileName
  751. //上传到阿里云
  752. err = services.UploadFileToAliyun(fileName, newFile, savePath)
  753. if err != nil {
  754. br.Msg = "下载失败"
  755. br.ErrMsg = "文件上传失败,Err:" + err.Error()
  756. return
  757. }
  758. fileHost := "https://hzstatic.hzinsights.com/"
  759. resourceUrl := fileHost + savePath
  760. defer func() {
  761. os.Remove(newFile)
  762. }()
  763. utils.Rc.SetNX(cacheKey, user.Mobile, time.Minute*5)
  764. resp.FileLink = resourceUrl
  765. br.Ret = 200
  766. br.Success = true
  767. br.Msg = "获取成功"
  768. br.Data = resp
  769. }
  770. // @Title 约访专家
  771. // @Description 约访专家接口
  772. // @Param request body models.CygxArticleIdReq true "type json string"
  773. // @Success 200 {object}
  774. // @router /applyAppointmentExpert [post]
  775. func (this *ArticleController) ApplyAppointmentExpert() {
  776. br := new(models.BaseResponse).Init()
  777. defer func() {
  778. this.Data["json"] = br
  779. this.ServeJSON()
  780. }()
  781. user := this.User
  782. if user == nil {
  783. br.Msg = "请登录"
  784. br.ErrMsg = "请登录,用户信息为空"
  785. br.Ret = 408
  786. return
  787. }
  788. fmt.Println(user)
  789. var req models.CygxArticleIdReq
  790. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  791. if err != nil {
  792. br.Msg = "参数解析异常!"
  793. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  794. return
  795. }
  796. articleId := req.ArticleId
  797. var condition string
  798. var pars []interface{}
  799. condition += ` AND article_id =? AND user_id = ? `
  800. pars = append(pars, articleId, user.UserId)
  801. total, err := models.GetCygxArticleApplyAppointmentExpertCount(condition, pars)
  802. if err != nil {
  803. br.Msg = "约访专家失败"
  804. br.ErrMsg = "约访专家失败,Err:" + err.Error()
  805. return
  806. }
  807. if total > 0 {
  808. br.Msg = "您已提交申请,请勿重复提交。"
  809. return
  810. }
  811. err = services.AddArticleApplyAppointmentExpert(user, articleId)
  812. if err != nil {
  813. br.Msg = "约访专家失败"
  814. br.ErrMsg = "约访专家失败,Err:" + err.Error()
  815. return
  816. }
  817. services.SendArticleApplyAppointmentExpertTemplateMsg(user, articleId)
  818. br.Ret = 200
  819. br.Success = true
  820. br.Msg = "操作成功"
  821. }