Explorar o código

wip:消息分发接口开发

wangkaiyue %!s(int64=2) %!d(string=hai) anos
pai
achega
60c218673f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      jyBXSubscribe/api/internal/handler/routes.go

+ 1 - 1
jyBXSubscribe/api/internal/handler/routes.go

@@ -54,7 +54,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
 			},
 			{
 				Method:  http.MethodPost,
-				Path:    "/juybx/subscribe/msgDistributor",
+				Path:    "/jybx/subscribe/msgDistributor",
 				Handler: msgDistributorHandler(serverCtx),
 			},
 		},