|
|
@@ -83,4 +83,12 @@ public class WxChatController extends BaseController { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("/link") |
|
|
|
public ResultData link() { |
|
|
|
Map retMap = new HashMap(); |
|
|
|
TenantEntity tenantEntity = getCUser(); |
|
|
|
SysConfig config = sysConfigService.getByKey(SysConfigConstant.linkQrCode, tenantEntity); |
|
|
|
retMap.put("linkQrCode", config.getConfigItemValue()); |
|
|
|
return new ResultData(retMap); |
|
|
|
} |
|
|
|
} |