mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-09-06 14:58:59 +08:00
2.14.6发布
This commit is contained in:
@@ -288,11 +288,11 @@ public class HttpRequestTemplate {
|
||||
* @return 类型对象
|
||||
* <code>
|
||||
* Map<String, String> uriVariables = new HashMap<String, String>();<br>
|
||||
* <p>
|
||||
*
|
||||
* uriVariables.put("id", "1");<br>
|
||||
* <p>
|
||||
*
|
||||
* uriVariables.put("type", "APP");<br>
|
||||
* <p>
|
||||
*
|
||||
* getForObject("http://egan.in/pay/{id}/f/{type}", String.class, uriVariables)<br>
|
||||
* </code>
|
||||
*/
|
||||
@@ -368,11 +368,11 @@ public class HttpRequestTemplate {
|
||||
* @return 类型对象
|
||||
* <code>
|
||||
* Map<String, String> uriVariables = new HashMap<String, String>();<br>
|
||||
* <p>
|
||||
*
|
||||
* uriVariables.put("id", "1");<br>
|
||||
* <p>
|
||||
*
|
||||
* uriVariables.put("type", "APP");<br>
|
||||
* <p>
|
||||
*
|
||||
* getForObject("http://egan.in/pay/{id}/f/{type}", String.class, uriVariables)<br>
|
||||
* </code>
|
||||
*/
|
||||
@@ -391,11 +391,11 @@ public class HttpRequestTemplate {
|
||||
* @return 类型对象
|
||||
* <code>
|
||||
* Map<String, String> uriVariables = new HashMap<String, String>();<br>
|
||||
* <p>
|
||||
*
|
||||
* uriVariables.put("id", "1");<br>
|
||||
* <p>
|
||||
*
|
||||
* uriVariables.put("type", "APP");<br>
|
||||
* <p>
|
||||
*
|
||||
* getForObject("http://egan.in/pay/{id}/f/{type}", String.class, uriVariables)<br>
|
||||
* </code>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user