diff --git a/internal/logic/wxPush.go b/internal/logic/wxPush.go
index c8ebbf8bac5c56e27922bd1a20f0fa2603d7cae5..7bc8bcfaf1502eb769e69124c581f1e7c090afa4 100644
--- a/internal/logic/wxPush.go
+++ b/internal/logic/wxPush.go
@@ -170,7 +170,7 @@ func (s *wxPushService) AutoPushBrandApp(ctx context.Context, req *wxPush.AutoPu
 	url := "/wechat/autoPushBrandApp"
 
 	var resp wxPush.SuccessResponse
-	err := s.client.Get(ctx, url, req, &resp)
+	err := s.client.Post(ctx, url, req, &resp)
 	if err != nil {
 		return nil, err
 	}