1 Star 0 Fork 74

jackiephper / 人人商城文档

forked from yoby / 人人商城文档 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
支付.md 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
yoby 提交于 2017-11-29 09:57 . 支付,会员

支付通知文件,返回如下信息,ewei_shopv2\payment\wechat\notify.php 通过 $this->get['attach']获取

Array
(
    [get] => Array
        (
            [appid] => wx8a86306dcc35b538
            [attach] => 5:17 //前者为公众号id,后者是支付方式代码
            [bank_type] => CFT
            [cash_fee] => 1
            [device_info] => ewei_shopv2
            [fee_type] => CNY
            [is_subscribe] => Y
            [mch_id] => 1485040312
            [nonce_str] => d1l11eOETpaY5AeRwC1E18e4T388O14o
            [openid] => o2SfSwZusX6_wKAFOBGrBAiUpPNk
            [out_trade_no] => OS20171128143422642364
            [result_code] => SUCCESS
            [return_code] => SUCCESS
            [sign] => 5B1B86703788788B021E51ED5D667E74
            [time_end] => 20171128143428
            [total_fee] => 1
            [trade_type] => JSAPI
            [transaction_id] => 4200000042201711287611180681
        )

    [type] => 17
    [total_fee] => 0.01
    [set] => 
    [setting] => 
    [sec] => 
    [sign] => 
    [isapp] => 
    [is_jie] => 
)
PHP
1
https://gitee.com/chick/eshop.git
git@gitee.com:chick/eshop.git
chick
eshop
人人商城文档
master

搜索帮助