123456789101112131415161718192021222324 |
- <?php
- namespace refill\xuyou_sdm;
- class config
- {
- #旭友水电煤
- const ORDER_URL = 'http://123.56.68.57:1008/hqorder/api/youkasubmit';
- const QUERY_URL = 'http://123.56.68.57:1008/hqorder/api/query';
- const BALANCE_URL = 'http://123.56.68.57:1008/hqorder/api/balance';
- const MCHID = '1';
- const KEY = '52e4fd509410446a8259fd8a93de6c85';
- // const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yongjia.php";
- const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
- const ExtHeaders = ['Content-Type: application/json'];
- const BusinessCode = [
- "肥西供电公司" => "D1_3600_0102"
- ];
- }
|