- <?php
- namespace refill\shuoruan;
- class config
- {
- const API_URL = 'http://api.sohan.hk:50080/API';
- const ACCOUNT = '18600608333';
- const KEY = '471D690CFB902BD8';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_shuoruan.php";
- const ExtHeaders = ['Content-Type: application/json;charset=GB2312'];
- }
|