修改公众号发消息bug
This commit is contained in:
parent
effe65d8d1
commit
18447d04df
@ -12,7 +12,7 @@ public class AdminOauthUserOtherInfoApiDTO {
|
||||
/**
|
||||
* 社交平台的类型 (参见 {@link SocialTypeEnum} 枚举)
|
||||
*/
|
||||
private Integer socialType = SocialTypeEnum.WECHAT_MINI_APP.getType();
|
||||
private Integer socialType;
|
||||
/**
|
||||
* 用户状态 0开启 1关闭
|
||||
*/
|
||||
|
@ -1,7 +1,6 @@
|
||||
package cn.iocoder.yudao.module.system.api.subscribe;
|
||||
|
||||
import cn.binarywang.wx.miniapp.bean.WxMaSubscribeMessage;
|
||||
import cn.iocoder.yudao.framework.common.enums.SocialTypeEnum;
|
||||
import cn.iocoder.yudao.framework.common.pojo.CommonResult;
|
||||
import cn.iocoder.yudao.framework.common.template.vo.MsgData;
|
||||
import cn.iocoder.yudao.framework.common.template.vo.SubscribeMessageReqDTO;
|
||||
@ -16,7 +15,6 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
|
||||
|
Loading…
Reference in New Issue
Block a user