cup 2 anni fa
parent
commit
0bd5af82f8

+ 1 - 1
mp-admin/src/main/java/com/qs/mp/web/controller/api/channel/ChannelInviteController.java

@@ -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);
 	}