Class WeChatMiniResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.wechat.mini.WeChatMiniResponse
All Implemented Interfaces:
Serializable

public class WeChatMiniResponse extends BaseResponse
See Also:
  • Field Details

    • name

      private String name
    • description

      private String description
    • verified

      private Boolean verified
    • appId

      private String appId
    • 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
    • workgroupUid

      private String workgroupUid
    • userUid

      private String userUid
  • Constructor Details

    • WeChatMiniResponse

      public WeChatMiniResponse()