Skip to content

Commit 559715d

Browse files
committed
update readme
1 parent 2226b2a commit 559715d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ wxpay提供了对应的方法:
2222
| ShortUrl | 转换短链接 |
2323
| AuthCodeToOpenid | 授权码查询openid |
2424

25-
* 参数为`Map<String, String>`对象,返回类型也是`Map<String, String>`
25+
* 参数为`Params`类型,返回类型也是`Params``Params` 是一个 map[string]string 类型的结构体
2626
* 方法内部会将参数会转换成含有`appid``mch_id``nonce_str``sign\_type``sign`的XML;
2727
* 默认使用MD5进行签名;
2828
* 通过HTTPS请求得到返回数据后会对其做必要的处理(例如验证签名,签名错误则抛出异常)。

0 commit comments

Comments
 (0)