|
@@ -223,9 +223,8 @@ 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 + "\"}}}";
|
|
|
+// String reportId = getPara("reportId");
|
|
|
+ String str = "{\"expire_seconds\": 2592000, \"action_name\": \"QR_LIMIT_STR_SCENE\", \"action_info\": {\"scene\": {\"scene_str\": \"SCENE_HEALTHTESTING\"}}}";
|
|
|
ApiResult apiResult = QrcodeApi.create(str);
|
|
|
// renderJson(apiResult);
|
|
|
renderText(apiResult.getStr("url"));
|