Package 

Class SimpleCodeVerificationBotVerifyInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String code
      private final String verification
    • Method Summary

      Modifier and Type Method Description
      String getCode()
      String getVerification()
      String get(String key) 一个获取额外扩展参数的方法,可以得到一些其他参数。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleCodeVerificationBotVerifyInfo

        SimpleCodeVerificationBotVerifyInfo(String code, String verification)
    • Method Detail

      • get

         String get(String key)

        一个获取额外扩展参数的方法,可以得到一些其他参数。