🆕 #2692【企业微信】增加家校应用-班级收款接口支持

This commit is contained in:
0katekate0
2022-06-14 09:48:27 +08:00
committed by GitHub
parent a9fe0b29d4
commit 1f3f133772
7 changed files with 184 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import jodd.http.HttpConnectionProvider;
import jodd.http.HttpRequest;
import jodd.http.HttpResponse;
import jodd.http.ProxyInfo;
import jodd.http.up.ByteArrayUploadable;
import jodd.http.upload.ByteArrayUploadable;
import me.chanjar.weixin.common.bean.result.WxMediaUploadResult;
import me.chanjar.weixin.common.enums.WxType;
import me.chanjar.weixin.common.error.WxError;