work/config/wechat.php

10 lines
172 B
PHP
Raw Normal View History

2019-01-17 11:05:47 +08:00
<?php
return [
'service_url' => 'https://x.x.com',
// 下面参数用作微信支付
'appid' => '',
'mch_id' => '',
'mch_key' => '',
];