wizardzhang commented on code in PR #4603:
URL: https://github.com/apache/eventmesh/pull/4603#discussion_r1415562470


##########
eventmesh-connectors/eventmesh-connector-wechat/src/main/java/org/apache/eventmesh/connector/wechat/sink/connector/WeChatSinkConnector.java:
##########
@@ -166,9 +166,9 @@ private void sendMessage(ConnectRecord record) {
                 throw new IOException("message response is null.");
             }
 
-            if (messageResponse.getErrocode() != 0) {
+            if (messageResponse.getErrcode() != 0) {
                 throw new IllegalAccessException(String.format("Send message 
to weCom error! errorCode=%s, errorMessage=%s",

Review Comment:
   ok, thank for your reveiw,



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to