1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306 |
- // Code generated by goctl. DO NOT EDIT.
- package handler
- import (
- "net/http"
- ChatRoomMember "wechat-api/internal/handler/ChatRoomMember"
- Message "wechat-api/internal/handler/Message"
- Msg "wechat-api/internal/handler/Msg"
- User "wechat-api/internal/handler/User"
- WechatServer "wechat-api/internal/handler/WechatServer"
- Wx "wechat-api/internal/handler/Wx"
- Wxhook "wechat-api/internal/handler/Wxhook"
- agent "wechat-api/internal/handler/agent"
- agent_base "wechat-api/internal/handler/agent_base"
- avatar "wechat-api/internal/handler/avatar"
- base "wechat-api/internal/handler/base"
- batch_msg "wechat-api/internal/handler/batch_msg"
- category "wechat-api/internal/handler/category"
- chatrecords "wechat-api/internal/handler/chatrecords"
- chatsession "wechat-api/internal/handler/chatsession"
- contact "wechat-api/internal/handler/contact"
- employee "wechat-api/internal/handler/employee"
- employee_config "wechat-api/internal/handler/employee_config"
- label "wechat-api/internal/handler/label"
- label_relationship "wechat-api/internal/handler/label_relationship"
- message_records "wechat-api/internal/handler/message_records"
- openapi "wechat-api/internal/handler/openapi"
- sop_node "wechat-api/internal/handler/sop_node"
- sop_stage "wechat-api/internal/handler/sop_stage"
- sop_task "wechat-api/internal/handler/sop_task"
- token "wechat-api/internal/handler/token"
- tutorial "wechat-api/internal/handler/tutorial"
- work_experience "wechat-api/internal/handler/work_experience"
- wxcard "wechat-api/internal/handler/wxcard"
- wxcarduser "wechat-api/internal/handler/wxcarduser"
- wxcardvisit "wechat-api/internal/handler/wxcardvisit"
- "wechat-api/internal/svc"
- "github.com/zeromicro/go-zero/rest"
- )
- func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
- server.AddRoutes(
- []rest.Route{
- {
- Method: http.MethodGet,
- Path: "/init/database",
- Handler: base.InitDatabaseHandler(serverCtx),
- },
- },
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/server/create",
- Handler: WechatServer.CreateServerHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/server/update",
- Handler: WechatServer.UpdateServerHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/server/delete",
- Handler: WechatServer.DeleteServerHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/server/list",
- Handler: WechatServer.GetServerListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/server",
- Handler: WechatServer.GetServerByIdHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/wx/create",
- Handler: Wx.CreateWxHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx/check",
- Handler: Wx.CheckWxHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx/update",
- Handler: Wx.UpdateWxHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx/updateBlockAndAllowList",
- Handler: Wx.UpdateBlockAndAllowListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx/delete",
- Handler: Wx.DeleteWxHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx/list",
- Handler: Wx.GetWxListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx/getWxAllowBlockList",
- Handler: Wx.GetWxAllowBlockListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx",
- Handler: Wx.GetWxByIdHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/agent/create",
- Handler: agent.CreateAgentHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/agent/update",
- Handler: agent.UpdateAgentHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/agent/delete",
- Handler: agent.DeleteAgentHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/agent/list",
- Handler: agent.GetAgentListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/agent",
- Handler: agent.GetAgentByIdHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/agent/collection/list",
- Handler: agent.GetAgentCollectionListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/agent/collection/detail",
- Handler: agent.GetAgentCollectionInfoHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/agent/data/list",
- Handler: agent.GetAgentDataListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/agent/data/detail",
- Handler: agent.GetAgentDataDetailHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/agent/data/create",
- Handler: agent.CreateAgentDataHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/agent/data/update",
- Handler: agent.UpdateAgentDataHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/agent/data/delete",
- Handler: agent.DeleteAgentDataHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/label_relationship/create",
- Handler: label_relationship.CreateLabelRelationshipHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/label_relationship/update",
- Handler: label_relationship.UpdateLabelRelationshipHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/label_relationship/update_contact_labels",
- Handler: label_relationship.UpdateLabelRelationshipsHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/label_relationship/batch_update_contact_labels",
- Handler: label_relationship.BatchUpdateLabelRelationshipsHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/label_relationship/delete",
- Handler: label_relationship.DeleteLabelRelationshipHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/label_relationship/list",
- Handler: label_relationship.GetLabelRelationshipListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/label_relationship",
- Handler: label_relationship.GetLabelRelationshipByIdHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/wxhook/sendTextMsg",
- Handler: Wxhook.SendTextMsgHandler(serverCtx),
- },
- },
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/wxhook/refreshLoginQR",
- Handler: Wxhook.RefreshLoginQRHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wxhook/logout",
- Handler: Wxhook.LogoutHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wxhook/terminateThisWeChat",
- Handler: Wxhook.TerminateThisWeChatHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wxhook/getFriendsAndGroups",
- Handler: Wxhook.GetFriendsAndGroupsHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wxhook/sendPicMsg",
- Handler: Wxhook.SendPicMsgHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wxhook/sendPicMsgLocal",
- Handler: Wxhook.SendPicMsgLocalHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/contact/create",
- Handler: contact.CreateContactHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/contact/update",
- Handler: contact.UpdateContactHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/contact/delete",
- Handler: contact.DeleteContactHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/contact/list",
- Handler: contact.GetContactListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/contact",
- Handler: contact.GetContactByIdHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/contact/addNewFriend",
- Handler: contact.AddNewFriendHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/message/create",
- Handler: Message.CreateMessageHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/message/update",
- Handler: Message.UpdateMessageHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/message/delete",
- Handler: Message.DeleteMessageHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/message/list",
- Handler: Message.GetMessageListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/message",
- Handler: Message.GetMessageByIdHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/label/create",
- Handler: label.CreateLabelHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/label/update",
- Handler: label.UpdateLabelHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/label/delete",
- Handler: label.DeleteLabelHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/label/list",
- Handler: label.GetLabelListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/label/select_list",
- Handler: label.GetLabelSelectListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/label/batch_select_list",
- Handler: label.GetLabelBatchSelectListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/label/contacts",
- Handler: label.GetLabelContactsHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/label",
- Handler: label.GetLabelByIdHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/sop_task/create",
- Handler: sop_task.CreateSopTaskHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_task/update",
- Handler: sop_task.UpdateSopTaskHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_task/delete",
- Handler: sop_task.DeleteSopTaskHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_task/list",
- Handler: sop_task.GetSopTaskListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_task/record_list",
- Handler: sop_task.GetSopTaskRecordListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_task",
- Handler: sop_task.GetSopTaskByIdHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_task/detail",
- Handler: sop_task.GetSopTaskDetailHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_task/publish",
- Handler: sop_task.PublishSopTaskHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_task/start",
- Handler: sop_task.SopTaskStartHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_task/stop",
- Handler: sop_task.SopTaskStopHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_task/copy",
- Handler: sop_task.SopTaskCopyHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_task/message_var",
- Handler: sop_task.GetSopMessageVarHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_task/outline",
- Handler: sop_task.GetSopTaskOutlineHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_task/test_node",
- Handler: sop_task.TestNodeHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/sop_stage/create",
- Handler: sop_stage.CreateSopStageHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_stage/update",
- Handler: sop_stage.UpdateSopStageHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_stage/delete",
- Handler: sop_stage.DeleteSopStageHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_stage/list",
- Handler: sop_stage.GetSopStageListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_stage",
- Handler: sop_stage.GetSopStageByIdHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_stage/detail",
- Handler: sop_stage.GetSopStageDetailHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_stage/move",
- Handler: sop_stage.MoveSopStageHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/sop_node/create",
- Handler: sop_node.CreateSopNodeHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_node/update",
- Handler: sop_node.UpdateSopNodeHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_node/delete",
- Handler: sop_node.DeleteSopNodeHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_node/list",
- Handler: sop_node.GetSopNodeListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/sop_node/detail",
- Handler: sop_node.GetSopNodeDetailHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/message_records/create",
- Handler: message_records.CreateMessageRecordsHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/message_records/update",
- Handler: message_records.UpdateMessageRecordsHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/message_records/delete",
- Handler: message_records.DeleteMessageRecordsHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/message_records/list",
- Handler: message_records.GetMessageRecordsListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/message_records",
- Handler: message_records.GetMessageRecordsByIdHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/chatroom_member/list",
- Handler: ChatRoomMember.GetChatroomMemberListHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/api/user/login",
- Handler: User.DoApiUserLoginHandler(serverCtx),
- },
- },
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodGet,
- Path: "/user/info",
- Handler: User.GetUserInfoHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/contact/getContactByWxid",
- Handler: openapi.OpenapiGetContactByWxidHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/contact/getContactList",
- Handler: openapi.OpenapiGetContactListHandler(serverCtx),
- },
- },
- rest.WithPrefix("/openapi"),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/batch_msg/create",
- Handler: batch_msg.CreateBatchMsgHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/batch_msg/update",
- Handler: batch_msg.UpdateBatchMsgHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/batch_msg/delete",
- Handler: batch_msg.DeleteBatchMsgHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/batch_msg/list",
- Handler: batch_msg.GetBatchMsgListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/batch_msg",
- Handler: batch_msg.GetBatchMsgByIdHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/batch_msg/stop",
- Handler: batch_msg.StopBatchMsgHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/msg/create",
- Handler: Msg.CreateMsgHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/msg/update",
- Handler: Msg.UpdateMsgHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/msg/delete",
- Handler: Msg.DeleteMsgHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/msg/list",
- Handler: Msg.GetMsgListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/msg",
- Handler: Msg.GetMsgByIdHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/api/employee/list",
- Handler: employee.GetApiEmployeeListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/api/employee/detail",
- Handler: employee.GetApiEmployeeDetailHandler(serverCtx),
- },
- },
- )
- server.AddRoutes(
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/employee/search",
- Handler: employee.GetEmployeeSearchHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/employee/search/test",
- Handler: employee.GetEmployeeSearchTestHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/employee/detail",
- Handler: employee.GetEmployeeDetailHandler(serverCtx),
- },
- },
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/employee/create",
- Handler: employee.CreateEmployeeHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/employee/update",
- Handler: employee.UpdateEmployeeHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/employee/delete",
- Handler: employee.DeleteEmployeeHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/employee/list",
- Handler: employee.GetEmployeeListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/employee",
- Handler: employee.GetEmployeeByIdHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/work_experience/create",
- Handler: work_experience.CreateWorkExperienceHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/work_experience/update",
- Handler: work_experience.UpdateWorkExperienceHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/work_experience/delete",
- Handler: work_experience.DeleteWorkExperienceHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/work_experience/list",
- Handler: work_experience.GetWorkExperienceListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/work_experience",
- Handler: work_experience.GetWorkExperienceByIdHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/tutorial/create",
- Handler: tutorial.CreateTutorialHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/tutorial/update",
- Handler: tutorial.UpdateTutorialHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/tutorial/delete",
- Handler: tutorial.DeleteTutorialHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/tutorial/list",
- Handler: tutorial.GetTutorialListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/tutorial",
- Handler: tutorial.GetTutorialByIdHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodGet,
- Path: "/employee_config/list",
- Handler: employee_config.GetEmployeeListConfigHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/token/check",
- Handler: token.CheckTokenHandler(serverCtx),
- },
- },
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/token/third/create",
- Handler: token.CreateTokenHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/token/third/update",
- Handler: token.UpdateTokenHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/token/third/delete",
- Handler: token.DeleteTokenHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/token/third/list",
- Handler: token.GetTokenListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/token/third/detail",
- Handler: token.GetTokenByIdHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/category/list",
- Handler: category.GetCategoryListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/category",
- Handler: category.GetCategoryByIdHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/api/category/list",
- Handler: category.GetApiCategoryListHandler(serverCtx),
- },
- },
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/category/create",
- Handler: category.CreateCategoryHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/category/update",
- Handler: category.UpdateCategoryHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/category/delete",
- Handler: category.DeleteCategoryHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/agent_base/create",
- Handler: agent_base.CreateAgentBaseHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/agent_base/update",
- Handler: agent_base.UpdateAgentBaseHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/agent_base/delete",
- Handler: agent_base.DeleteAgentBaseHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/agent_base/list",
- Handler: agent_base.GetAgentBaseListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/agent_base",
- Handler: agent_base.GetAgentBaseByIdHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Miniprogram},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/api/chat/create",
- Handler: chatrecords.SubmitApiChatHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/api/chat/list",
- Handler: chatrecords.GetApiChatListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/api/chat/recommmend",
- Handler: chatrecords.GetApiRecommendChatHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/chat_records/create",
- Handler: chatrecords.CreateChatRecordsHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/chat_records/update",
- Handler: chatrecords.UpdateChatRecordsHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/chat_records/delete",
- Handler: chatrecords.DeleteChatRecordsHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/chat_records/list",
- Handler: chatrecords.GetChatRecordsListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/chat_records",
- Handler: chatrecords.GetChatRecordsByIdHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Miniprogram},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/api/session/list",
- Handler: chatsession.GetApiSessionListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/api/session/update",
- Handler: chatsession.UpdateApiSessionHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/api/session/delete",
- Handler: chatsession.DeleteApiSessionHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/chat_session/create",
- Handler: chatsession.CreateChatSessionHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/chat_session/update",
- Handler: chatsession.UpdateChatSessionHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/chat_session/delete",
- Handler: chatsession.DeleteChatSessionHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/chat_session/list",
- Handler: chatsession.GetChatSessionListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/chat_session",
- Handler: chatsession.GetChatSessionByIdHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Miniprogram},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/api/card/detail",
- Handler: wxcard.GetApiWxCardDetailHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- []rest.Route{
- {
- Method: http.MethodGet,
- Path: "/api/card/qrcode",
- Handler: wxcard.GetApiWxCardQrcodeHandler(serverCtx),
- },
- },
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/wx_card/create",
- Handler: wxcard.CreateWxCardHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx_card/update",
- Handler: wxcard.UpdateWxCardHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx_card/delete",
- Handler: wxcard.DeleteWxCardHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx_card/list",
- Handler: wxcard.GetWxCardListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx_card",
- Handler: wxcard.GetWxCardByIdHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Miniprogram},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/api/user/update",
- Handler: wxcarduser.UpdateApiWxCardUserHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/wx_card_user/create",
- Handler: wxcarduser.CreateWxCardUserHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx_card_user/update",
- Handler: wxcarduser.UpdateWxCardUserHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx_card_user/delete",
- Handler: wxcarduser.DeleteWxCardUserHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx_card_user/list",
- Handler: wxcarduser.GetWxCardUserListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx_card_user",
- Handler: wxcarduser.GetWxCardUserByIdHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Miniprogram},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/api/card/visit",
- Handler: wxcardvisit.SubmitApiWxCardVisitHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/api/card/visit/history",
- Handler: wxcardvisit.GetApiWxCardVisitListHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- rest.WithMiddlewares(
- []rest.Middleware{serverCtx.Authority},
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/wx_card_visit/create",
- Handler: wxcardvisit.CreateWxCardVisitHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx_card_visit/update",
- Handler: wxcardvisit.UpdateWxCardVisitHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx_card_visit/delete",
- Handler: wxcardvisit.DeleteWxCardVisitHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx_card_visit/list",
- Handler: wxcardvisit.GetWxCardVisitListHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/wx_card_visit",
- Handler: wxcardvisit.GetWxCardVisitByIdHandler(serverCtx),
- },
- }...,
- ),
- rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
- )
- server.AddRoutes(
- []rest.Route{
- {
- Method: http.MethodPost,
- Path: "/api/avatar/config",
- Handler: avatar.GetApiAvatarConfigHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/api/avatar/sts",
- Handler: avatar.GetAcsResponseHandler(serverCtx),
- },
- {
- Method: http.MethodPost,
- Path: "/api/avatar/signature",
- Handler: avatar.GetSignatureResponseHandler(serverCtx),
- },
- },
- )
- }
|