mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-07 06:07:47 +08:00
🎨 fix a typo
This commit is contained in:
parent
36e14faaf9
commit
b47a029e15
@ -129,7 +129,7 @@ public abstract class BaseWxCpTpServiceImpl<H, P> implements WxCpTpService, Requ
|
|||||||
public String getSuiteTicket() throws WxErrorException {
|
public String getSuiteTicket() throws WxErrorException {
|
||||||
if (this.configStorage.isSuiteTicketExpired()) {
|
if (this.configStorage.isSuiteTicketExpired()) {
|
||||||
// 本地suite ticket 不存在或者过期
|
// 本地suite ticket 不存在或者过期
|
||||||
WxError wxError = WxError.fromJson("{\"errcode\":40085, \"errmsg\":\"invaild suite ticket\"}", WxType.CP);
|
WxError wxError = WxError.fromJson("{\"errcode\":40085, \"errmsg\":\"invalid suite ticket\"}", WxType.CP);
|
||||||
throw new WxErrorException(wxError);
|
throw new WxErrorException(wxError);
|
||||||
}
|
}
|
||||||
return this.configStorage.getSuiteTicket();
|
return this.configStorage.getSuiteTicket();
|
||||||
|
Loading…
Reference in New Issue
Block a user