|
@@ -33,7 +33,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
|
|
Handler: supplySearchHandler(serverCtx),
|
|
|
},
|
|
|
{
|
|
|
- Method: http.MethodGet,
|
|
|
+ Method: http.MethodPost,
|
|
|
Path: "/jyinfo/publishStatus",
|
|
|
Handler: pubInfoCountHandler(serverCtx),
|
|
|
},
|
|
@@ -43,12 +43,12 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
|
|
Handler: assProjecctHandler(serverCtx),
|
|
|
},
|
|
|
{
|
|
|
- Method: http.MethodGet,
|
|
|
+ Method: http.MethodPost,
|
|
|
Path: "/jyinfo/getArea",
|
|
|
Handler: getProvinceHandler(serverCtx),
|
|
|
},
|
|
|
{
|
|
|
- Method: http.MethodGet,
|
|
|
+ Method: http.MethodPost,
|
|
|
Path: "/jyinfo/getIndustry",
|
|
|
Handler: getIndustryHandler(serverCtx),
|
|
|
},
|
|
@@ -58,7 +58,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
|
|
Handler: myPublishListHandler(serverCtx),
|
|
|
},
|
|
|
{
|
|
|
- Method: http.MethodGet,
|
|
|
+ Method: http.MethodPost,
|
|
|
Path: "/jyinfo/myPublishDetail",
|
|
|
Handler: myPublishDetailHandler(serverCtx),
|
|
|
},
|
|
@@ -68,7 +68,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
|
|
Handler: delMyPublishHandler(serverCtx),
|
|
|
},
|
|
|
{
|
|
|
- Method: http.MethodGet,
|
|
|
+ Method: http.MethodPost,
|
|
|
Path: "/jyinfo/reviewStatus",
|
|
|
Handler: reviewStatusHandler(serverCtx),
|
|
|
},
|