refactor: 证书逻辑优化

This commit is contained in:
felord.cn
2021-02-05 09:39:43 +08:00
parent 92104e67ec
commit ffd18a7496

View File

@@ -189,6 +189,7 @@ public abstract class AbstractApi {
* 构建Get请求对象. * 构建Get请求对象.
* *
* @param uri the uri * @param uri the uri
* @param httpHeaders the http headers
* @return the request entity * @return the request entity
*/ */
protected RequestEntity<?> Get(URI uri, HttpHeaders httpHeaders) { protected RequestEntity<?> Get(URI uri, HttpHeaders httpHeaders) {