- <?php
- namespace refill\xiaoniu_hf;
- class config
- {
- const ORDER_URL = 'http://59.110.215.199/api/order/recharge';
- const QUERY_URL = 'http://59.110.215.199/api/order/query';
- const BALANCE_URL = 'http://59.110.215.199/api/merchant/query';
- const MCH_ID = 'xn211018049';
- const Key = 'db8b1fefa9b24317acb1972789616e10';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_xiaoniu_hf.php";
- const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
- }
|