|
@@ -42,7 +42,7 @@ public class UserShareController extends BaseApiController {
|
|
|
String boxId = jsonObject.getString("boxId"); // 票组ID
|
|
|
String type = jsonObject.getString("type"); // 分享类型,channel/user
|
|
|
Long userId = SecurityUtils.getUserId();
|
|
|
- String rst = wxUrlLinkService.generateCode("pages/lucky/index", "boxId=" + boxId + "&suid=" + userId + "&type=" + type, userAppId);
|
|
|
+ String rst = wxUrlLinkService.generateCode("pages/ticketBox/detail", "boxId=" + boxId + "&suid=" + userId + "&type=" + type, userAppId);
|
|
|
return new AjaxResult(Type.SUCCESS, "", rst);
|
|
|
}
|
|
|
}
|