|
|
@@ -490,7 +490,8 @@ public class WeChatServiceImpl implements WeChatService {
|
|
|
public WxGzhQrCodeTicketRep getWxGzhQrCode(GzhBodyDto gzhBodyDto) throws Exception {
|
|
|
SysConfig sysConfig = sysConfigService.getOne(Wrappers.lambdaQuery(SysConfig.class)
|
|
|
.eq(SysConfig::getSysKey, Constant.QR_CODE_WX_APP_ID).last("limit 1"));
|
|
|
- String appid = null;
|
|
|
+ //pc公众号扫码
|
|
|
+ String appid = "wx30f48135b1fd96bb";
|
|
|
if (sysConfig != null) {
|
|
|
String sysValue = sysConfig.getSysValue();
|
|
|
if (StrUtil.isNotBlank(sysValue)) {
|