@@ -288,11 +288,11 @@ public <T> T getForObject(String uri, Class<T> responseType, Object... uriVariab
288
288
* @return 类型对象
289
289
* <code>
290
290
* Map<String, String> uriVariables = new HashMap<String, String>();<br>
291
- * <p>
291
+ *
292
292
* uriVariables.put("id", "1");<br>
293
- * <p>
293
+ *
294
294
* uriVariables.put("type", "APP");<br>
295
- * <p>
295
+ *
296
296
* getForObject("http://egan.in/pay/{id}/f/{type}", String.class, uriVariables)<br>
297
297
* </code>
298
298
*/
@@ -368,11 +368,11 @@ public <T> ResponseEntity<T> getForObjectEntity(String uri, Class<T> responseTyp
368
368
* @return 类型对象
369
369
* <code>
370
370
* Map<String, String> uriVariables = new HashMap<String, String>();<br>
371
- * <p>
371
+ *
372
372
* uriVariables.put("id", "1");<br>
373
- * <p>
373
+ *
374
374
* uriVariables.put("type", "APP");<br>
375
- * <p>
375
+ *
376
376
* getForObject("http://egan.in/pay/{id}/f/{type}", String.class, uriVariables)<br>
377
377
* </code>
378
378
*/
@@ -391,11 +391,11 @@ public <T> T getForObject(String uri, HttpHeader header, Class<T> responseType,
391
391
* @return 类型对象
392
392
* <code>
393
393
* Map<String, String> uriVariables = new HashMap<String, String>();<br>
394
- * <p>
394
+ *
395
395
* uriVariables.put("id", "1");<br>
396
- * <p>
396
+ *
397
397
* uriVariables.put("type", "APP");<br>
398
- * <p>
398
+ *
399
399
* getForObject("http://egan.in/pay/{id}/f/{type}", String.class, uriVariables)<br>
400
400
* </code>
401
401
*/
0 commit comments