mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-05 21:27:47 +08:00
fix javadoc
This commit is contained in:
parent
b2dfa5d48c
commit
7f3e58817f
@ -276,7 +276,7 @@ public interface WxService {
|
||||
* 换取临时二维码ticket
|
||||
* 详情请见: http://mp.weixin.qq.com/wiki/index.php?title=生成带参数的二维码
|
||||
* </pre>
|
||||
* @param scene_id 参数。目前只支持1--100000
|
||||
* @param scene_id 参数。
|
||||
* @param expire_seconds 过期秒数,默认60秒,最小60秒,最大1800秒
|
||||
* @return
|
||||
* @throws WxErrorException
|
||||
@ -288,7 +288,7 @@ public interface WxService {
|
||||
* 换取永久二维码ticket
|
||||
* 详情请见: http://mp.weixin.qq.com/wiki/index.php?title=生成带参数的二维码
|
||||
* </pre>
|
||||
* @param scene_id 参数。目前只支持1--100000
|
||||
* @param scene_id 参数。永久二维码时最大值为100000(目前参数只支持1--100000)
|
||||
* @return
|
||||
* @throws WxErrorException
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user