public class SingleQrcodeRequest extends CardQrcodeRequest
| Modifier and Type | Field and Description |
|---|---|
private SingleActionInfo |
actionInfo |
private Integer |
expireSeconds
指定二维码的有效时间,范围是60 ~ 1800秒。不填默认为365天有效
|
| Constructor and Description |
|---|
SingleQrcodeRequest(SingleActionInfo actionInfo)
Instantiates a new Single qrcode request.
|
SingleQrcodeRequest(SingleActionInfo actionInfo,
Integer expireSeconds)
Instantiates a new Single qrcode request.
|
private final SingleActionInfo actionInfo
private final Integer expireSeconds
public SingleQrcodeRequest(SingleActionInfo actionInfo)
actionInfo - the action infopublic SingleQrcodeRequest(SingleActionInfo actionInfo, Integer expireSeconds)
actionInfo - the action infoexpireSeconds - the expire secondsCopyright © 2024. All rights reserved.