#1199 开放平台模块增加部分第三方平台代小程序实现业务的接口(包括查询服务商的当月提审限额和加急次数,加急审核申请)

* 🎨 统一异常输出

*  增加代小程序实现业务接口
This commit is contained in:
S
2019-09-12 09:31:26 +08:00
committed by Binary Wang
parent fdaefcb9ea
commit 6958142c47
5 changed files with 262 additions and 4 deletions

View File

@@ -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("非法请求参数");
}
}