Sfoglia il codice sorgente

生成urlschema和小程序码

chunping 3 anni fa
parent
commit
cc1c7991e5

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

@@ -52,7 +52,7 @@ public class ChannelInviteController extends BaseApiController {
 	 * @return
 	 */
 	@PostMapping("invite/generate")
-	public AjaxResult listChannel(@RequestBody  JSONObject jsonObject) {
+	public AjaxResult generateInviteCode(@RequestBody  JSONObject jsonObject) {
 		Long channelId = SecurityUtils.getLoginUser().getChannelId();
 		Channel channel = channelService.getById(channelId);
 		if (StringUtils.isNotBlank(channel.getInvitePic())){