• 支付宝支付笔记


    //支付宝异步通知打印post过来数据是
    Array
    (
        [code] => alipay
        [discount] => 0.00
        [payment_type] => 1
        [subject] => 2016051192168
        [trade_no] => 2016051121001004300216091388
        [buyer_email] => 9564543@qq.com
        [gmt_create] => 2016-05-11 10:04:34
        [notify_type] => trade_status_sync
        [quantity] => 1
        [out_trade_no] => 201605119216810308
        [seller_id] => 2088029691575273
        [notify_time] => 2016-05-11 10:04:39
        [trade_status] => TRADE_SUCCESS
        [is_total_fee_adjust] => N
        [total_fee] => 0.10
        [gmt_payment] => 2016-05-11 10:04:38
        [seller_email] => jstacompany@163.com
        [price] => 0.10
        [buyer_id] => 2088402549906300
        [notify_id] => 5ab054a5d949a66c7b024fe99ee2d09ibe
        [use_coupon] => N
        [sign_type] => MD5
        [sign] => 42efe8cd4583dd2191f59b4b70d66692
    )
    //支付宝wap异步通知服务器的数据为
    array(
        'service' => 'alipay.wap.trade.create.direct',
        'sign' => '0653277eef84666b3ed76aaef404a83f',
        'sec_id' => 'MD5',
        'v' => '1.0',
        'notify_data' =>'
        <notify>
            <payment_type>1</payment_type>
            <subject>2016051127035</subject>
            <trade_no>2016051121001004300212797399</trade_no>
            <buyer_email>956834543@qq.com</buyer_email>
            <gmt_create>2016-05-11 09:37:43</gmt_create>
            <notify_type>trade_status_sync</notify_type>
            <quantity>1</quantity>
            <out_trade_no>2016051127035_10306</out_trade_no>
            <notify_time>2016-05-11 09:37:43</notify_time>
            <seller_id>2088021691575273</seller_id>
            <trade_status>TRADE_SUCCESS</trade_status>
            <is_total_fee_adjust>N</is_total_fee_adjust>
            <total_fee>0.10</total_fee>
            <gmt_payment>2016-05-11 09:37:43</gmt_payment>
            <seller_email>jstacompany@163.com</seller_email>
            <price>0.10</price>
            <buyer_id>2088402549906300</buyer_id>
            <notify_id>155f38eb725a9d8b10b52e2aace2282ibe</notify_id>
            <use_coupon>N</use_coupon>
        </notify>'
    );

    wap版支付文档: https://doc.open.alipay.com/doc2/detail.htm?spm=a219a.7629140.0.0.0fgkmV&treeId=60&articleId=103564&docType=1

  • 相关阅读:
    libev & libevent简介
    MyEclipse10+Flash Builder4+BlazeDS+Tomcat7配置J2EE Web项目报错(一)
    增加表空间大小的四种方法
    JavaScript获取某年某月的最后一天
    Not in 改写左连接不需要关注连接列是否重复数据
    自连接
    左链接,右连接
    In,内链接和空值
    HighCharts基本折线图
    NetBeans运行项目报错
  • 原文地址:https://www.cnblogs.com/dhsx/p/5480978.html
Copyright © 2020-2023  润新知