@@ -288,11 +288,11 @@ public <T> T getForObject(String uri, Class<T> responseType, Object... uriVariab
288288 * @return 类型对象
289289 * <code>
290290 * Map<String, String> uriVariables = new HashMap<String, String>();<br>
291- * <p>
291+ *
292292 * uriVariables.put("id", "1");<br>
293- * <p>
293+ *
294294 * uriVariables.put("type", "APP");<br>
295- * <p>
295+ *
296296 * getForObject("http://egan.in/pay/{id}/f/{type}", String.class, uriVariables)<br>
297297 * </code>
298298 */
@@ -368,11 +368,11 @@ public <T> ResponseEntity<T> getForObjectEntity(String uri, Class<T> responseTyp
368368 * @return 类型对象
369369 * <code>
370370 * Map<String, String> uriVariables = new HashMap<String, String>();<br>
371- * <p>
371+ *
372372 * uriVariables.put("id", "1");<br>
373- * <p>
373+ *
374374 * uriVariables.put("type", "APP");<br>
375- * <p>
375+ *
376376 * getForObject("http://egan.in/pay/{id}/f/{type}", String.class, uriVariables)<br>
377377 * </code>
378378 */
@@ -391,11 +391,11 @@ public <T> T getForObject(String uri, HttpHeader header, Class<T> responseType,
391391 * @return 类型对象
392392 * <code>
393393 * Map<String, String> uriVariables = new HashMap<String, String>();<br>
394- * <p>
394+ *
395395 * uriVariables.put("id", "1");<br>
396- * <p>
396+ *
397397 * uriVariables.put("type", "APP");<br>
398- * <p>
398+ *
399399 * getForObject("http://egan.in/pay/{id}/f/{type}", String.class, uriVariables)<br>
400400 * </code>
401401 */
0 commit comments