类 ApplePayVerifyResult


  • public class ApplePayVerifyResult
    extends java.lang.Object
    status 状态码对照:

    0 正常

    21000 App Store不能读取你提供的JSON对象

    21002 receipt-data域的数据有问题

    21003 receipt无法通过验证

    21004 提供的shared secret不匹配你账号中的shared secret

    21005 receipt服务器当前不可用

    21006 receipt合法,但是订阅已过期。服务器接收到这个状态码时,receipt数据仍然会解码并一起发送

    21007 receipt是Sandbox receipt,但却发送至生产系统的验证服务

    21008 receipt是生产receipt,但却发送至Sandbox环境的验证服务

    从以下版本开始:
    2019年8月20日
    作者:
    ylyue
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ApplePayVerifyResult

        public ApplePayVerifyResult()