- <?php
- namespace refill\yikatongfs;
- class config
- {
- const ORDER_URL = 'http://47.104.76.103:8080/fee/api/charge.do';
- const QUERY_URL = 'http://47.104.76.103:8080/fee/api/query_state.do';
- const BALANCE_URL = 'http://47.104.76.103:8080/fee/api/query_balance.do';
- const USER_ID = '921416e51e434e0f94fa';
- const KEY = '21856796164c4ec08f5a';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yikatongfs.php";
- const ExtHeaders = ['Content-Type: application/json'];
- }
|