|
@@ -223,6 +223,19 @@ public class WeixinApiController extends ApiController {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 统一获取微信二维码
|
|
|
|
+ */
|
|
|
|
+ public void unifyGetWxQrcode2()
|
|
|
|
+ {
|
|
|
|
+ String reportId = getPara("reportId");
|
|
|
|
+ String str = "{\"expire_seconds\": 2592000, \"action_name\": \"QR_STR_SCENE\", \"action_info\": {\"scene\": {\"scene_str\": \"ReportQR_"
|
|
|
|
+ + reportId + "\"}}}";
|
|
|
|
+ ApiResult apiResult = QrcodeApi.create(str);
|
|
|
|
+ renderJson(apiResult);
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 获取参数二维码
|
|
* 获取参数二维码
|
|
*/
|
|
*/
|