修改了同步视频1
This commit is contained in:
parent
0a2457f3b2
commit
f2ede0d149
@ -486,9 +486,9 @@ public class UserService {
|
|||||||
String page = "pages/detail/detail";
|
String page = "pages/detail/detail";
|
||||||
|
|
||||||
if (type == 1){
|
if (type == 1){
|
||||||
scene = "?id=" + id + "&type=article";
|
scene = "?id=" + id + "&type=1";
|
||||||
}else if (type == 2){
|
}else if (type == 2){
|
||||||
scene = "?id=" + id + "&type=video";
|
scene = "?id=" + id + "&type=2";
|
||||||
}else{
|
}else{
|
||||||
throw new BusinessException("生成二维码类型错误");
|
throw new BusinessException("生成二维码类型错误");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user