Class WeChatMiniEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.wechat.mini.WeChatMiniEntity
All Implemented Interfaces:
Serializable

@Entity public class WeChatMiniEntity extends BaseEntity
See Also:
  • Field Details

    • name

      private String name
    • description

      private String description
    • appId

      private String appId
      app_id
    • appSecret

      private String appSecret
    • url

      private String url
    • token

      private String token
    • encodingAesKey

      private String encodingAesKey
    • encryptMode

      private String encryptMode
    • dataType

      private String dataType
    • welcomeTip

      private String welcomeTip
      用户关注公众号后发送欢迎语
    • accessToken

      private String accessToken
    • workgroupUid

      private String workgroupUid
  • Constructor Details

    • WeChatMiniEntity

      public WeChatMiniEntity()