1234567891011121314151617 |
- <?php
- namespace refill\zzx;
- class config
- {
- const ORDER_URL = 'http://bank.daoken.club/youka/trade/order';
- const QUERY_URL = 'http://bank.daoken.club/youka/trade/orderInfo';
- const MID = 1344178203820990464;
- const KEY = 'c9c74dcb886e403fb8abc62dadaedd86';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_zzx.php";
- const ExtHeaders = ['Content-Type: application/json'];
- const API_IP = NET_IP;
- }
|