- <?php
- namespace refill\yanhao;
- class config
- {
- const ORDER_URL = 'http://api.999sup.com/Order/Submit';
- const QUERY_URL = 'http://api.999sup.com/Order/Get';
- const BALANCE_URL = 'http://api.999sup.com/User/GetAccount';
- const USER_ID = '211394995';
- const Key = 'f3saY9T7t0qB0SDBrLTHPw==';
- const API_IP = NET_IP;
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yanhao.php";
- const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
- }
|