Commit 9a171161 by 陶光胜

生成观云台小程序二维码

parent cfa79738
......@@ -67,8 +67,7 @@ public class QrcodeController {
private WeixinWxaFunService weixinWxaFunService;
@Autowired
private DownloadReportApiService downloadReportApiService;
@Autowired
private Config config;
@RequestMapping("list-scenes-classify")
public RestResponse listScenesClassify(){
......@@ -261,8 +260,8 @@ public class QrcodeController {
@RequestMapping("take-gyt-qrcode")
public RestResponse takeGytQrcode(){
String qrCode = config.getGytQrcode();
return RestResponse.success(qrCode);
return RestResponse.success("");
}
@RequestMapping("take-store-qrcode")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment