13 lines
405 B
PHP
13 lines
405 B
PHP
<?php
|
|
|
|
return [
|
|
'zhanxin' => [
|
|
'notify_url' => env('NOTIFY_URL', 'https://wujie.la'),//本机域名
|
|
'notify' => '/order/notify',//给本机回调的
|
|
'baseurl' => env('BASE_URL', 'https://imx.88mk.com:9290'),//ineed 地址
|
|
'del' => '/guest/delete',
|
|
'add' => '/guest/add',
|
|
'query' => '/notify/query',
|
|
'secret' => 'notifyqwe123+asdfffggb='
|
|
]
|
|
]; |