|
@@ -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",
|