liurunyu
2024-11-05 06d79b2339046e2028bb32f72b93d729e1130523
pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/wechatpay/dto/OrderNotify.java
@@ -48,34 +48,34 @@
    private String summary;
    @Data
    public class NotifyResource {
        /**
         * 加密算法类型
         * 仅支持AEAD_AES_256_GCM
         */
        private String algorithm;
        /**
         * 数据密文
         */
        private String ciphertext;
        /**
         * 附加数据
         */
        public String associated_data;
        /**
         * 原始类型
         * 原始回调类型为:transaction
         */
        private String original_type;
        /**
         * 随机串
         */
        private String nonce;
    }
    //@Data
    //public class NotifyResource {
    //
    //    /**
    //     * 加密算法类型
    //     * 仅支持AEAD_AES_256_GCM
    //     */
    //    private String algorithm;
    //
    //    /**
    //     * 数据密文
    //     */
    //    private String ciphertext;
    //
    //    /**
    //     * 附加数据
    //     */
    //    public String associated_data;
    //
    //    /**
    //     * 原始类型
    //     * 原始回调类型为:transaction
    //     */
    //    private String original_type;
    //
    //    /**
    //     * 随机串
    //     */
    //    private String nonce;
    //}
}