cup 2 년 전
부모
커밋
0bd5af82f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mp-admin/src/main/java/com/qs/mp/web/controller/api/channel/ChannelInviteController.java

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