<?php
return [
    'imgurl' => 'http://img.jymcj.com',
    'basePath' => dirname(__DIR__),
    'returnInfo' => require(__DIR__ . '/error.php'),
    //微信配置
    'wxpay' => [
        'repucar' => [
            'appId' => 'wxdd3d2c71ad906f27',
            'mchId' => '1556784471',
            'key' => 'B8910EA69419B782B4683CBDC55E871B',
            'appsecret' => 'd3652b3704c3ec9d18d54b540b1a69c5',
        ],
        'h5_safe_url' => [
            'android' => 'http://',
            'ios' => ''
        ]
    ],
    //H5支付跳转-前端回调地址
    'h5redirectUrl' => 'http://test-shop.zgytkj.com/',
     //支付回调url异步回调地址
    'payNotifyUrl' => 'http://test-shop-api.zgytkj.com/v1/receive/wxpaycallback',
];
