- <?php
- namespace refill\fangxing;
- class config
- {
- const ORDER_URL = 'http://47.92.109.196/ht/order';
- const QUERY_URL = 'http://47.92.109.196/ht/query';
- const BALANCE_URL = 'http://47.92.109.196/ht/queryBalance';
- const APP_KEY = 'bf708c9ff35f8b6eae12f2b088dcadc89c5755ff';
- const APP_SECRET = '00ec6742c26efce3792dbc305cb870cdb1ad38b4';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_fangxing.php";
- }
|