|
|
@@ -299,7 +299,7 @@ public class FsUserCourseVideoController extends AppBaseController {
|
|
|
@ApiOperation("获取跳转微信小程序的链接地址")
|
|
|
public ResponseResult<String> getGotoWxAppLink(String linkStr,String appid) throws IOException, WxErrorException {
|
|
|
|
|
|
- if (!"河山医院".equals(cloudHostProper.getCompanyName())){
|
|
|
+ if ("河山医院".equals(cloudHostProper.getCompanyName())){
|
|
|
return ResponseResult.ok(courseLinkService.generateShortLinkFull(appid,linkStr,false));
|
|
|
}
|
|
|
|