|
@@ -81,7 +81,7 @@ public class ChannelInviteController extends BaseApiController {
|
|
|
return new AjaxResult(Type.SUCCESS, "", channel.getInvitePic());
|
|
|
}
|
|
|
String type = jsonObject.getString("type");
|
|
|
- String rst = wxUrlLinkService.generateCode("/pages/login/invitation", "id=" + channelId + ",type=" + type);
|
|
|
+ String rst = wxUrlLinkService.generateCode("pages/login/invitation", "id=" + channelId + ",type=" + type);
|
|
|
channel.setInvitePic(rst);
|
|
|
channelService.updateById(channel);
|
|
|
return new AjaxResult(Type.SUCCESS, "", rst);
|