Browse Source

fix:添加请求方法

xmy 3 năm trước cách đây
mục cha
commit
b5e4d136c7
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      api/internal/handler/routes.go

+ 5 - 0
api/internal/handler/routes.go

@@ -87,6 +87,11 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
 				Path:    "/jyinfo/manage/infoDetail",
 				Handler: infoDetailHandler(serverCtx),
 			},
+			{
+				Method:  http.MethodPost,
+				Path:    "/jyinfo/manage/infoDetail",
+				Handler: infoDetailHandler(serverCtx),
+			},
 			{
 				Method:  http.MethodPost,
 				Path:    "/jyinfo/manage/infoExamine",