Mayson Monorepo Documentation
    Preparing search index...
    interface WechatPayRedirectToAndroidApp {
        app_id: string;
        nonce_str: string;
        package: string;
        partner_id: string;
        prepay_id: string;
        sign: string;
        timestamp: string;
    }
    Index

    Properties

    app_id: string

    app_id is the APP ID registered on WeChat open platform

    nonce_str: string

    nonce_str is a random string

    package: string

    package is static value

    partner_id: string

    an unique merchant ID assigned by WeChat Pay

    prepay_id: string

    an unique trading ID assigned by WeChat Pay

    sign: string

    A signature

    timestamp: string

    Specifies the current time in epoch format