|
@@ -80,7 +80,7 @@ public class ChannelInviteController extends BaseApiController {
|
|
|
return AjaxResult.success(channel.getChannelId());
|
|
|
}
|
|
|
String type = jsonObject.getString("type");
|
|
|
- String rst = wxUrlLinkService.generateCode("", "id=" + channelId + ",type=" + type);
|
|
|
+ String rst = wxUrlLinkService.generateCode("/pages/login/invitation", "id=" + channelId + ",type=" + type);
|
|
|
return AjaxResult.success(rst);
|
|
|
}
|
|
|
|