We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2226b2a commit 559715dCopy full SHA for 559715d
README.md
@@ -22,7 +22,7 @@ wxpay提供了对应的方法:
22
| ShortUrl | 转换短链接 |
23
| AuthCodeToOpenid | 授权码查询openid |
24
25
-* 参数为`Map<String, String>`对象,返回类型也是`Map<String, String>`。
+* 参数为`Params`类型,返回类型也是`Params`,`Params` 是一个 map[string]string 类型的结构体。
26
* 方法内部会将参数会转换成含有`appid`、`mch_id`、`nonce_str`、`sign\_type`和`sign`的XML;
27
* 默认使用MD5进行签名;
28
* 通过HTTPS请求得到返回数据后会对其做必要的处理(例如验证签名,签名错误则抛出异常)。
0 commit comments