Class WeChatAppResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.wechat.app.WeChatAppResponse
All Implemented Interfaces:
Serializable

public class WeChatAppResponse extends BaseResponse
See Also:
  • Field Details

    • name

      private String name
    • description

      private String description
    • type

      private String type
    • 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
      数据格式
    • flowTip

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

      private String accessToken
    • accessTokenExpiresAt

      private String accessTokenExpiresAt
    • workgroupUid

      private String workgroupUid
  • Constructor Details

    • WeChatAppResponse

      public WeChatAppResponse()