|
@@ -69,7 +69,7 @@ public class UserShareController extends BaseApiController {
|
|
String channelId = jsonObject.getString("channelId");// 渠道ID
|
|
String channelId = jsonObject.getString("channelId");// 渠道ID
|
|
String appId = AppSourceEnum.MSDQ.getAppId();
|
|
String appId = AppSourceEnum.MSDQ.getAppId();
|
|
Long userId = SecurityUtils.getUserId();
|
|
Long userId = SecurityUtils.getUserId();
|
|
- String rst = wxUrlLinkService.generateUnlimitCode("pages/index/index", channelId + "&" + userId + "&" + type, appId);;
|
|
|
|
|
|
+ String rst = wxUrlLinkService.generateUnlimitCode("packageOperate/store/index", channelId + "&" + userId + "&" + type, appId);;
|
|
return new AjaxResult(Type.SUCCESS, "", rst);
|
|
return new AjaxResult(Type.SUCCESS, "", rst);
|
|
}
|
|
}
|
|
}
|
|
}
|