1234567891011121314151617181920212223242526 |
- <?php
- namespace refill\yichangt_doubi;
- class config
- {
- const ORDER_URL = 'http://api.yhfka.com/gateway/api.handle/submit';
- const QUERY_URL = 'http://api.yhfka.com/gateway/api.handle/order';
- const BALANCE_URL = 'http://api.yhfka.com/gateway/api.handle/account';
- const APP_ID = 'app153238905711';
- const APP_SECRET = 'PCRO4LPH6H1DCH0R5W8T4FPAHPQTEAHE';
- // const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yichangt_doubi.php";
- const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
- const PRO_ID =
- [
- 20 => 10021,
- 30 => 10022,
- 50 => 10023,
- 100 => 10024,
- 200 => 10025,
- 300 => 10029,
- 500 => 10026,
- 1000 => 10027,
- 2000 => 10028,
- ];
- }
|