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