Skip to content

Commit b47a029

Browse files
committed
🎨 fix a typo
1 parent 36e14fa commit b47a029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/tp/service/impl/BaseWxCpTpServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public WxAccessToken getSuiteAccessTokenEntity(boolean forceRefresh) throws WxEr
129129
public String getSuiteTicket() throws WxErrorException {
130130
if (this.configStorage.isSuiteTicketExpired()) {
131131
// 本地suite ticket 不存在或者过期
132-
WxError wxError = WxError.fromJson("{\"errcode\":40085, \"errmsg\":\"invaild suite ticket\"}", WxType.CP);
132+
WxError wxError = WxError.fromJson("{\"errcode\":40085, \"errmsg\":\"invalid suite ticket\"}", WxType.CP);
133133
throw new WxErrorException(wxError);
134134
}
135135
return this.configStorage.getSuiteTicket();

0 commit comments

Comments
 (0)