routes.go 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910
  1. // Code generated by goctl. DO NOT EDIT.
  2. package handler
  3. import (
  4. "net/http"
  5. ChatRoomMember "wechat-api/internal/handler/ChatRoomMember"
  6. Message "wechat-api/internal/handler/Message"
  7. Msg "wechat-api/internal/handler/Msg"
  8. User "wechat-api/internal/handler/User"
  9. WechatServer "wechat-api/internal/handler/WechatServer"
  10. Wx "wechat-api/internal/handler/Wx"
  11. Wxhook "wechat-api/internal/handler/Wxhook"
  12. agent "wechat-api/internal/handler/agent"
  13. base "wechat-api/internal/handler/base"
  14. batch_msg "wechat-api/internal/handler/batch_msg"
  15. category "wechat-api/internal/handler/category"
  16. contact "wechat-api/internal/handler/contact"
  17. employee "wechat-api/internal/handler/employee"
  18. employee_config "wechat-api/internal/handler/employee_config"
  19. label "wechat-api/internal/handler/label"
  20. label_relationship "wechat-api/internal/handler/label_relationship"
  21. message_records "wechat-api/internal/handler/message_records"
  22. openapi "wechat-api/internal/handler/openapi"
  23. sop_node "wechat-api/internal/handler/sop_node"
  24. sop_stage "wechat-api/internal/handler/sop_stage"
  25. sop_task "wechat-api/internal/handler/sop_task"
  26. token "wechat-api/internal/handler/token"
  27. tutorial "wechat-api/internal/handler/tutorial"
  28. work_experience "wechat-api/internal/handler/work_experience"
  29. "wechat-api/internal/svc"
  30. "github.com/zeromicro/go-zero/rest"
  31. )
  32. func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
  33. server.AddRoutes(
  34. []rest.Route{
  35. {
  36. Method: http.MethodGet,
  37. Path: "/init/database",
  38. Handler: base.InitDatabaseHandler(serverCtx),
  39. },
  40. },
  41. )
  42. server.AddRoutes(
  43. rest.WithMiddlewares(
  44. []rest.Middleware{serverCtx.Authority},
  45. []rest.Route{
  46. {
  47. Method: http.MethodPost,
  48. Path: "/server/create",
  49. Handler: WechatServer.CreateServerHandler(serverCtx),
  50. },
  51. {
  52. Method: http.MethodPost,
  53. Path: "/server/update",
  54. Handler: WechatServer.UpdateServerHandler(serverCtx),
  55. },
  56. {
  57. Method: http.MethodPost,
  58. Path: "/server/delete",
  59. Handler: WechatServer.DeleteServerHandler(serverCtx),
  60. },
  61. {
  62. Method: http.MethodPost,
  63. Path: "/server/list",
  64. Handler: WechatServer.GetServerListHandler(serverCtx),
  65. },
  66. {
  67. Method: http.MethodPost,
  68. Path: "/server",
  69. Handler: WechatServer.GetServerByIdHandler(serverCtx),
  70. },
  71. }...,
  72. ),
  73. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  74. )
  75. server.AddRoutes(
  76. rest.WithMiddlewares(
  77. []rest.Middleware{serverCtx.Authority},
  78. []rest.Route{
  79. {
  80. Method: http.MethodPost,
  81. Path: "/wx/create",
  82. Handler: Wx.CreateWxHandler(serverCtx),
  83. },
  84. {
  85. Method: http.MethodPost,
  86. Path: "/wx/check",
  87. Handler: Wx.CheckWxHandler(serverCtx),
  88. },
  89. {
  90. Method: http.MethodPost,
  91. Path: "/wx/update",
  92. Handler: Wx.UpdateWxHandler(serverCtx),
  93. },
  94. {
  95. Method: http.MethodPost,
  96. Path: "/wx/updateBlockAndAllowList",
  97. Handler: Wx.UpdateBlockAndAllowListHandler(serverCtx),
  98. },
  99. {
  100. Method: http.MethodPost,
  101. Path: "/wx/delete",
  102. Handler: Wx.DeleteWxHandler(serverCtx),
  103. },
  104. {
  105. Method: http.MethodPost,
  106. Path: "/wx/list",
  107. Handler: Wx.GetWxListHandler(serverCtx),
  108. },
  109. {
  110. Method: http.MethodPost,
  111. Path: "/wx/getWxAllowBlockList",
  112. Handler: Wx.GetWxAllowBlockListHandler(serverCtx),
  113. },
  114. {
  115. Method: http.MethodPost,
  116. Path: "/wx",
  117. Handler: Wx.GetWxByIdHandler(serverCtx),
  118. },
  119. }...,
  120. ),
  121. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  122. )
  123. server.AddRoutes(
  124. rest.WithMiddlewares(
  125. []rest.Middleware{serverCtx.Authority},
  126. []rest.Route{
  127. {
  128. Method: http.MethodPost,
  129. Path: "/agent/create",
  130. Handler: agent.CreateAgentHandler(serverCtx),
  131. },
  132. {
  133. Method: http.MethodPost,
  134. Path: "/agent/update",
  135. Handler: agent.UpdateAgentHandler(serverCtx),
  136. },
  137. {
  138. Method: http.MethodPost,
  139. Path: "/agent/delete",
  140. Handler: agent.DeleteAgentHandler(serverCtx),
  141. },
  142. {
  143. Method: http.MethodPost,
  144. Path: "/agent/list",
  145. Handler: agent.GetAgentListHandler(serverCtx),
  146. },
  147. {
  148. Method: http.MethodPost,
  149. Path: "/agent",
  150. Handler: agent.GetAgentByIdHandler(serverCtx),
  151. },
  152. {
  153. Method: http.MethodPost,
  154. Path: "/agent/collection/list",
  155. Handler: agent.GetAgentCollectionListHandler(serverCtx),
  156. },
  157. {
  158. Method: http.MethodPost,
  159. Path: "/agent/collection/detail",
  160. Handler: agent.GetAgentCollectionInfoHandler(serverCtx),
  161. },
  162. {
  163. Method: http.MethodPost,
  164. Path: "/agent/data/list",
  165. Handler: agent.GetAgentDataListHandler(serverCtx),
  166. },
  167. {
  168. Method: http.MethodPost,
  169. Path: "/agent/data/detail",
  170. Handler: agent.GetAgentDataDetailHandler(serverCtx),
  171. },
  172. {
  173. Method: http.MethodPost,
  174. Path: "/agent/data/create",
  175. Handler: agent.CreateAgentDataHandler(serverCtx),
  176. },
  177. {
  178. Method: http.MethodPost,
  179. Path: "/agent/data/update",
  180. Handler: agent.UpdateAgentDataHandler(serverCtx),
  181. },
  182. {
  183. Method: http.MethodPost,
  184. Path: "/agent/data/delete",
  185. Handler: agent.DeleteAgentDataHandler(serverCtx),
  186. },
  187. }...,
  188. ),
  189. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  190. )
  191. server.AddRoutes(
  192. rest.WithMiddlewares(
  193. []rest.Middleware{serverCtx.Authority},
  194. []rest.Route{
  195. {
  196. Method: http.MethodPost,
  197. Path: "/label_relationship/create",
  198. Handler: label_relationship.CreateLabelRelationshipHandler(serverCtx),
  199. },
  200. {
  201. Method: http.MethodPost,
  202. Path: "/label_relationship/update",
  203. Handler: label_relationship.UpdateLabelRelationshipHandler(serverCtx),
  204. },
  205. {
  206. Method: http.MethodPost,
  207. Path: "/label_relationship/update_contact_labels",
  208. Handler: label_relationship.UpdateLabelRelationshipsHandler(serverCtx),
  209. },
  210. {
  211. Method: http.MethodPost,
  212. Path: "/label_relationship/batch_update_contact_labels",
  213. Handler: label_relationship.BatchUpdateLabelRelationshipsHandler(serverCtx),
  214. },
  215. {
  216. Method: http.MethodPost,
  217. Path: "/label_relationship/delete",
  218. Handler: label_relationship.DeleteLabelRelationshipHandler(serverCtx),
  219. },
  220. {
  221. Method: http.MethodPost,
  222. Path: "/label_relationship/list",
  223. Handler: label_relationship.GetLabelRelationshipListHandler(serverCtx),
  224. },
  225. {
  226. Method: http.MethodPost,
  227. Path: "/label_relationship",
  228. Handler: label_relationship.GetLabelRelationshipByIdHandler(serverCtx),
  229. },
  230. }...,
  231. ),
  232. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  233. )
  234. server.AddRoutes(
  235. []rest.Route{
  236. {
  237. Method: http.MethodPost,
  238. Path: "/wxhook/sendTextMsg",
  239. Handler: Wxhook.SendTextMsgHandler(serverCtx),
  240. },
  241. },
  242. )
  243. server.AddRoutes(
  244. rest.WithMiddlewares(
  245. []rest.Middleware{serverCtx.Authority},
  246. []rest.Route{
  247. {
  248. Method: http.MethodPost,
  249. Path: "/wxhook/refreshLoginQR",
  250. Handler: Wxhook.RefreshLoginQRHandler(serverCtx),
  251. },
  252. {
  253. Method: http.MethodPost,
  254. Path: "/wxhook/logout",
  255. Handler: Wxhook.LogoutHandler(serverCtx),
  256. },
  257. {
  258. Method: http.MethodPost,
  259. Path: "/wxhook/terminateThisWeChat",
  260. Handler: Wxhook.TerminateThisWeChatHandler(serverCtx),
  261. },
  262. {
  263. Method: http.MethodPost,
  264. Path: "/wxhook/getFriendsAndGroups",
  265. Handler: Wxhook.GetFriendsAndGroupsHandler(serverCtx),
  266. },
  267. {
  268. Method: http.MethodPost,
  269. Path: "/wxhook/sendPicMsg",
  270. Handler: Wxhook.SendPicMsgHandler(serverCtx),
  271. },
  272. {
  273. Method: http.MethodPost,
  274. Path: "/wxhook/sendPicMsgLocal",
  275. Handler: Wxhook.SendPicMsgLocalHandler(serverCtx),
  276. },
  277. }...,
  278. ),
  279. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  280. )
  281. server.AddRoutes(
  282. rest.WithMiddlewares(
  283. []rest.Middleware{serverCtx.Authority},
  284. []rest.Route{
  285. {
  286. Method: http.MethodPost,
  287. Path: "/contact/create",
  288. Handler: contact.CreateContactHandler(serverCtx),
  289. },
  290. {
  291. Method: http.MethodPost,
  292. Path: "/contact/update",
  293. Handler: contact.UpdateContactHandler(serverCtx),
  294. },
  295. {
  296. Method: http.MethodPost,
  297. Path: "/contact/delete",
  298. Handler: contact.DeleteContactHandler(serverCtx),
  299. },
  300. {
  301. Method: http.MethodPost,
  302. Path: "/contact/list",
  303. Handler: contact.GetContactListHandler(serverCtx),
  304. },
  305. {
  306. Method: http.MethodPost,
  307. Path: "/contact",
  308. Handler: contact.GetContactByIdHandler(serverCtx),
  309. },
  310. {
  311. Method: http.MethodPost,
  312. Path: "/contact/addNewFriend",
  313. Handler: contact.AddNewFriendHandler(serverCtx),
  314. },
  315. }...,
  316. ),
  317. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  318. )
  319. server.AddRoutes(
  320. rest.WithMiddlewares(
  321. []rest.Middleware{serverCtx.Authority},
  322. []rest.Route{
  323. {
  324. Method: http.MethodPost,
  325. Path: "/message/create",
  326. Handler: Message.CreateMessageHandler(serverCtx),
  327. },
  328. {
  329. Method: http.MethodPost,
  330. Path: "/message/update",
  331. Handler: Message.UpdateMessageHandler(serverCtx),
  332. },
  333. {
  334. Method: http.MethodPost,
  335. Path: "/message/delete",
  336. Handler: Message.DeleteMessageHandler(serverCtx),
  337. },
  338. {
  339. Method: http.MethodPost,
  340. Path: "/message/list",
  341. Handler: Message.GetMessageListHandler(serverCtx),
  342. },
  343. {
  344. Method: http.MethodPost,
  345. Path: "/message",
  346. Handler: Message.GetMessageByIdHandler(serverCtx),
  347. },
  348. }...,
  349. ),
  350. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  351. )
  352. server.AddRoutes(
  353. rest.WithMiddlewares(
  354. []rest.Middleware{serverCtx.Authority},
  355. []rest.Route{
  356. {
  357. Method: http.MethodPost,
  358. Path: "/label/create",
  359. Handler: label.CreateLabelHandler(serverCtx),
  360. },
  361. {
  362. Method: http.MethodPost,
  363. Path: "/label/update",
  364. Handler: label.UpdateLabelHandler(serverCtx),
  365. },
  366. {
  367. Method: http.MethodPost,
  368. Path: "/label/delete",
  369. Handler: label.DeleteLabelHandler(serverCtx),
  370. },
  371. {
  372. Method: http.MethodPost,
  373. Path: "/label/list",
  374. Handler: label.GetLabelListHandler(serverCtx),
  375. },
  376. {
  377. Method: http.MethodPost,
  378. Path: "/label/select_list",
  379. Handler: label.GetLabelSelectListHandler(serverCtx),
  380. },
  381. {
  382. Method: http.MethodPost,
  383. Path: "/label/contacts",
  384. Handler: label.GetLabelContactsHandler(serverCtx),
  385. },
  386. {
  387. Method: http.MethodPost,
  388. Path: "/label",
  389. Handler: label.GetLabelByIdHandler(serverCtx),
  390. },
  391. }...,
  392. ),
  393. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  394. )
  395. server.AddRoutes(
  396. rest.WithMiddlewares(
  397. []rest.Middleware{serverCtx.Authority},
  398. []rest.Route{
  399. {
  400. Method: http.MethodPost,
  401. Path: "/sop_task/create",
  402. Handler: sop_task.CreateSopTaskHandler(serverCtx),
  403. },
  404. {
  405. Method: http.MethodPost,
  406. Path: "/sop_task/update",
  407. Handler: sop_task.UpdateSopTaskHandler(serverCtx),
  408. },
  409. {
  410. Method: http.MethodPost,
  411. Path: "/sop_task/delete",
  412. Handler: sop_task.DeleteSopTaskHandler(serverCtx),
  413. },
  414. {
  415. Method: http.MethodPost,
  416. Path: "/sop_task/list",
  417. Handler: sop_task.GetSopTaskListHandler(serverCtx),
  418. },
  419. {
  420. Method: http.MethodPost,
  421. Path: "/sop_task/record_list",
  422. Handler: sop_task.GetSopTaskRecordListHandler(serverCtx),
  423. },
  424. {
  425. Method: http.MethodPost,
  426. Path: "/sop_task",
  427. Handler: sop_task.GetSopTaskByIdHandler(serverCtx),
  428. },
  429. {
  430. Method: http.MethodPost,
  431. Path: "/sop_task/detail",
  432. Handler: sop_task.GetSopTaskDetailHandler(serverCtx),
  433. },
  434. {
  435. Method: http.MethodPost,
  436. Path: "/sop_task/publish",
  437. Handler: sop_task.PublishSopTaskHandler(serverCtx),
  438. },
  439. {
  440. Method: http.MethodPost,
  441. Path: "/sop_task/start",
  442. Handler: sop_task.SopTaskStartHandler(serverCtx),
  443. },
  444. {
  445. Method: http.MethodPost,
  446. Path: "/sop_task/stop",
  447. Handler: sop_task.SopTaskStopHandler(serverCtx),
  448. },
  449. }...,
  450. ),
  451. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  452. )
  453. server.AddRoutes(
  454. rest.WithMiddlewares(
  455. []rest.Middleware{serverCtx.Authority},
  456. []rest.Route{
  457. {
  458. Method: http.MethodPost,
  459. Path: "/sop_stage/create",
  460. Handler: sop_stage.CreateSopStageHandler(serverCtx),
  461. },
  462. {
  463. Method: http.MethodPost,
  464. Path: "/sop_stage/update",
  465. Handler: sop_stage.UpdateSopStageHandler(serverCtx),
  466. },
  467. {
  468. Method: http.MethodPost,
  469. Path: "/sop_stage/delete",
  470. Handler: sop_stage.DeleteSopStageHandler(serverCtx),
  471. },
  472. {
  473. Method: http.MethodPost,
  474. Path: "/sop_stage/list",
  475. Handler: sop_stage.GetSopStageListHandler(serverCtx),
  476. },
  477. {
  478. Method: http.MethodPost,
  479. Path: "/sop_stage",
  480. Handler: sop_stage.GetSopStageByIdHandler(serverCtx),
  481. },
  482. {
  483. Method: http.MethodPost,
  484. Path: "/sop_stage/detail",
  485. Handler: sop_stage.GetSopStageDetailHandler(serverCtx),
  486. },
  487. {
  488. Method: http.MethodPost,
  489. Path: "/sop_stage/move",
  490. Handler: sop_stage.MoveSopStageHandler(serverCtx),
  491. },
  492. }...,
  493. ),
  494. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  495. )
  496. server.AddRoutes(
  497. rest.WithMiddlewares(
  498. []rest.Middleware{serverCtx.Authority},
  499. []rest.Route{
  500. {
  501. Method: http.MethodPost,
  502. Path: "/sop_node/create",
  503. Handler: sop_node.CreateSopNodeHandler(serverCtx),
  504. },
  505. {
  506. Method: http.MethodPost,
  507. Path: "/sop_node/update",
  508. Handler: sop_node.UpdateSopNodeHandler(serverCtx),
  509. },
  510. {
  511. Method: http.MethodPost,
  512. Path: "/sop_node/delete",
  513. Handler: sop_node.DeleteSopNodeHandler(serverCtx),
  514. },
  515. {
  516. Method: http.MethodPost,
  517. Path: "/sop_node/list",
  518. Handler: sop_node.GetSopNodeListHandler(serverCtx),
  519. },
  520. {
  521. Method: http.MethodPost,
  522. Path: "/sop_node/detail",
  523. Handler: sop_node.GetSopNodeDetailHandler(serverCtx),
  524. },
  525. }...,
  526. ),
  527. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  528. )
  529. server.AddRoutes(
  530. rest.WithMiddlewares(
  531. []rest.Middleware{serverCtx.Authority},
  532. []rest.Route{
  533. {
  534. Method: http.MethodPost,
  535. Path: "/message_records/create",
  536. Handler: message_records.CreateMessageRecordsHandler(serverCtx),
  537. },
  538. {
  539. Method: http.MethodPost,
  540. Path: "/message_records/update",
  541. Handler: message_records.UpdateMessageRecordsHandler(serverCtx),
  542. },
  543. {
  544. Method: http.MethodPost,
  545. Path: "/message_records/delete",
  546. Handler: message_records.DeleteMessageRecordsHandler(serverCtx),
  547. },
  548. {
  549. Method: http.MethodPost,
  550. Path: "/message_records/list",
  551. Handler: message_records.GetMessageRecordsListHandler(serverCtx),
  552. },
  553. {
  554. Method: http.MethodPost,
  555. Path: "/message_records",
  556. Handler: message_records.GetMessageRecordsByIdHandler(serverCtx),
  557. },
  558. }...,
  559. ),
  560. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  561. )
  562. server.AddRoutes(
  563. rest.WithMiddlewares(
  564. []rest.Middleware{serverCtx.Authority},
  565. []rest.Route{
  566. {
  567. Method: http.MethodPost,
  568. Path: "/chatroom_member/list",
  569. Handler: ChatRoomMember.GetChatroomMemberListHandler(serverCtx),
  570. },
  571. }...,
  572. ),
  573. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  574. )
  575. server.AddRoutes(
  576. rest.WithMiddlewares(
  577. []rest.Middleware{serverCtx.Authority},
  578. []rest.Route{
  579. {
  580. Method: http.MethodGet,
  581. Path: "/user/info",
  582. Handler: User.GetUserInfoHandler(serverCtx),
  583. },
  584. }...,
  585. ),
  586. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  587. )
  588. server.AddRoutes(
  589. []rest.Route{
  590. {
  591. Method: http.MethodPost,
  592. Path: "/contact/getContactByWxid",
  593. Handler: openapi.OpenapiGetContactByWxidHandler(serverCtx),
  594. },
  595. {
  596. Method: http.MethodPost,
  597. Path: "/contact/getContactList",
  598. Handler: openapi.OpenapiGetContactListHandler(serverCtx),
  599. },
  600. },
  601. rest.WithPrefix("/openapi"),
  602. )
  603. server.AddRoutes(
  604. rest.WithMiddlewares(
  605. []rest.Middleware{serverCtx.Authority},
  606. []rest.Route{
  607. {
  608. Method: http.MethodPost,
  609. Path: "/batch_msg/create",
  610. Handler: batch_msg.CreateBatchMsgHandler(serverCtx),
  611. },
  612. {
  613. Method: http.MethodPost,
  614. Path: "/batch_msg/update",
  615. Handler: batch_msg.UpdateBatchMsgHandler(serverCtx),
  616. },
  617. {
  618. Method: http.MethodPost,
  619. Path: "/batch_msg/delete",
  620. Handler: batch_msg.DeleteBatchMsgHandler(serverCtx),
  621. },
  622. {
  623. Method: http.MethodPost,
  624. Path: "/batch_msg/list",
  625. Handler: batch_msg.GetBatchMsgListHandler(serverCtx),
  626. },
  627. {
  628. Method: http.MethodPost,
  629. Path: "/batch_msg",
  630. Handler: batch_msg.GetBatchMsgByIdHandler(serverCtx),
  631. },
  632. {
  633. Method: http.MethodPost,
  634. Path: "/batch_msg/stop",
  635. Handler: batch_msg.StopBatchMsgHandler(serverCtx),
  636. },
  637. }...,
  638. ),
  639. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  640. )
  641. server.AddRoutes(
  642. rest.WithMiddlewares(
  643. []rest.Middleware{serverCtx.Authority},
  644. []rest.Route{
  645. {
  646. Method: http.MethodPost,
  647. Path: "/msg/create",
  648. Handler: Msg.CreateMsgHandler(serverCtx),
  649. },
  650. {
  651. Method: http.MethodPost,
  652. Path: "/msg/update",
  653. Handler: Msg.UpdateMsgHandler(serverCtx),
  654. },
  655. {
  656. Method: http.MethodPost,
  657. Path: "/msg/delete",
  658. Handler: Msg.DeleteMsgHandler(serverCtx),
  659. },
  660. {
  661. Method: http.MethodPost,
  662. Path: "/msg/list",
  663. Handler: Msg.GetMsgListHandler(serverCtx),
  664. },
  665. {
  666. Method: http.MethodPost,
  667. Path: "/msg",
  668. Handler: Msg.GetMsgByIdHandler(serverCtx),
  669. },
  670. }...,
  671. ),
  672. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  673. )
  674. server.AddRoutes(
  675. []rest.Route{
  676. {
  677. Method: http.MethodPost,
  678. Path: "/employee/search",
  679. Handler: employee.GetEmployeeSearchHandler(serverCtx),
  680. },
  681. {
  682. Method: http.MethodPost,
  683. Path: "/employee/detail",
  684. Handler: employee.GetEmployeeDetailHandler(serverCtx),
  685. },
  686. },
  687. )
  688. server.AddRoutes(
  689. rest.WithMiddlewares(
  690. []rest.Middleware{serverCtx.Authority},
  691. []rest.Route{
  692. {
  693. Method: http.MethodPost,
  694. Path: "/employee/create",
  695. Handler: employee.CreateEmployeeHandler(serverCtx),
  696. },
  697. {
  698. Method: http.MethodPost,
  699. Path: "/employee/update",
  700. Handler: employee.UpdateEmployeeHandler(serverCtx),
  701. },
  702. {
  703. Method: http.MethodPost,
  704. Path: "/employee/delete",
  705. Handler: employee.DeleteEmployeeHandler(serverCtx),
  706. },
  707. {
  708. Method: http.MethodPost,
  709. Path: "/employee/list",
  710. Handler: employee.GetEmployeeListHandler(serverCtx),
  711. },
  712. {
  713. Method: http.MethodPost,
  714. Path: "/employee",
  715. Handler: employee.GetEmployeeByIdHandler(serverCtx),
  716. },
  717. }...,
  718. ),
  719. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  720. )
  721. server.AddRoutes(
  722. rest.WithMiddlewares(
  723. []rest.Middleware{serverCtx.Authority},
  724. []rest.Route{
  725. {
  726. Method: http.MethodPost,
  727. Path: "/work_experience/create",
  728. Handler: work_experience.CreateWorkExperienceHandler(serverCtx),
  729. },
  730. {
  731. Method: http.MethodPost,
  732. Path: "/work_experience/update",
  733. Handler: work_experience.UpdateWorkExperienceHandler(serverCtx),
  734. },
  735. {
  736. Method: http.MethodPost,
  737. Path: "/work_experience/delete",
  738. Handler: work_experience.DeleteWorkExperienceHandler(serverCtx),
  739. },
  740. {
  741. Method: http.MethodPost,
  742. Path: "/work_experience/list",
  743. Handler: work_experience.GetWorkExperienceListHandler(serverCtx),
  744. },
  745. {
  746. Method: http.MethodPost,
  747. Path: "/work_experience",
  748. Handler: work_experience.GetWorkExperienceByIdHandler(serverCtx),
  749. },
  750. }...,
  751. ),
  752. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  753. )
  754. server.AddRoutes(
  755. rest.WithMiddlewares(
  756. []rest.Middleware{serverCtx.Authority},
  757. []rest.Route{
  758. {
  759. Method: http.MethodPost,
  760. Path: "/tutorial/create",
  761. Handler: tutorial.CreateTutorialHandler(serverCtx),
  762. },
  763. {
  764. Method: http.MethodPost,
  765. Path: "/tutorial/update",
  766. Handler: tutorial.UpdateTutorialHandler(serverCtx),
  767. },
  768. {
  769. Method: http.MethodPost,
  770. Path: "/tutorial/delete",
  771. Handler: tutorial.DeleteTutorialHandler(serverCtx),
  772. },
  773. {
  774. Method: http.MethodPost,
  775. Path: "/tutorial/list",
  776. Handler: tutorial.GetTutorialListHandler(serverCtx),
  777. },
  778. {
  779. Method: http.MethodPost,
  780. Path: "/tutorial",
  781. Handler: tutorial.GetTutorialByIdHandler(serverCtx),
  782. },
  783. }...,
  784. ),
  785. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  786. )
  787. server.AddRoutes(
  788. rest.WithMiddlewares(
  789. []rest.Middleware{serverCtx.Authority},
  790. []rest.Route{
  791. {
  792. Method: http.MethodGet,
  793. Path: "/employee_config/list",
  794. Handler: employee_config.GetEmployeeListConfigHandler(serverCtx),
  795. },
  796. }...,
  797. ),
  798. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  799. )
  800. server.AddRoutes(
  801. []rest.Route{
  802. {
  803. Method: http.MethodPost,
  804. Path: "/token/check",
  805. Handler: token.CheckTokenHandler(serverCtx),
  806. },
  807. },
  808. )
  809. server.AddRoutes(
  810. rest.WithMiddlewares(
  811. []rest.Middleware{serverCtx.Authority},
  812. []rest.Route{
  813. {
  814. Method: http.MethodPost,
  815. Path: "/token/third/create",
  816. Handler: token.CreateTokenHandler(serverCtx),
  817. },
  818. {
  819. Method: http.MethodPost,
  820. Path: "/token/third/update",
  821. Handler: token.UpdateTokenHandler(serverCtx),
  822. },
  823. {
  824. Method: http.MethodPost,
  825. Path: "/token/third/delete",
  826. Handler: token.DeleteTokenHandler(serverCtx),
  827. },
  828. {
  829. Method: http.MethodPost,
  830. Path: "/token/third/list",
  831. Handler: token.GetTokenListHandler(serverCtx),
  832. },
  833. {
  834. Method: http.MethodPost,
  835. Path: "/token/third/detail",
  836. Handler: token.GetTokenByIdHandler(serverCtx),
  837. },
  838. }...,
  839. ),
  840. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  841. )
  842. server.AddRoutes(
  843. []rest.Route{
  844. {
  845. Method: http.MethodPost,
  846. Path: "/category/list",
  847. Handler: category.GetCategoryListHandler(serverCtx),
  848. },
  849. {
  850. Method: http.MethodPost,
  851. Path: "/category",
  852. Handler: category.GetCategoryByIdHandler(serverCtx),
  853. },
  854. },
  855. )
  856. server.AddRoutes(
  857. rest.WithMiddlewares(
  858. []rest.Middleware{serverCtx.Authority},
  859. []rest.Route{
  860. {
  861. Method: http.MethodPost,
  862. Path: "/category/create",
  863. Handler: category.CreateCategoryHandler(serverCtx),
  864. },
  865. {
  866. Method: http.MethodPost,
  867. Path: "/category/update",
  868. Handler: category.UpdateCategoryHandler(serverCtx),
  869. },
  870. {
  871. Method: http.MethodPost,
  872. Path: "/category/delete",
  873. Handler: category.DeleteCategoryHandler(serverCtx),
  874. },
  875. }...,
  876. ),
  877. rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
  878. )
  879. }