Эх сурвалжийг харах

wip:消息分发接口开发

wangkaiyue 2 жил өмнө
parent
commit
60c218673f

+ 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),
 			},
 		},