修改了同步视频1

This commit is contained in:
wucongxing8150 2025-07-31 18:41:32 +08:00
parent 0a2457f3b2
commit f2ede0d149

View File

@ -486,9 +486,9 @@ public class UserService {
String page = "pages/detail/detail";
if (type == 1){
scene = "?id=" + id + "&type=article";
scene = "?id=" + id + "&type=1";
}else if (type == 2){
scene = "?id=" + id + "&type=video";
scene = "?id=" + id + "&type=2";
}else{
throw new BusinessException("生成二维码类型错误");
}