mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
✨ #1199 开放平台模块增加部分第三方平台代小程序实现业务的接口(包括查询服务商的当月提审限额和加急次数,加急审核申请)
* 🎨 统一异常输出 * ✨ 增加代小程序实现业务接口
This commit is contained in:
@@ -36,7 +36,7 @@ public abstract class SimplePostRequestExecutor<H, P> implements RequestExecutor
|
||||
case OK_HTTP:
|
||||
return new OkHttpSimplePostRequestExecutor(requestHttp);
|
||||
default:
|
||||
return null;
|
||||
throw new IllegalArgumentException("非法请求参数");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user