| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CREATE_QR
创建二维码(POST)
|
static String |
GET_GR
获取二维码(GET,根据ticket)
|
static QrcodeComponent |
qrcodeComponent |
| 构造器和说明 |
|---|
QrcodeComponent() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
createIntegerQr(Integer scene_id,
QrType type)
创建临时/永久整型参数值
|
String |
createStrQr(String scene_str,
QrType type)
创建临时/永久字符串参数值
|
static QrcodeComponent |
getInstance() |
void |
init() |
public static QrcodeComponent qrcodeComponent
public static String CREATE_QR
public static String GET_GR
public String createIntegerQr(Integer scene_id, QrType type)
scene_id - scene_idtype - typepublic String createStrQr(String scene_str, QrType type)
scene_str - scene_str 场景字符串type - typepublic static QrcodeComponent getInstance()
Copyright © 2017. All rights reserved.