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