- <?php
- namespace refill\duojing;
- class config
- {
- const ORDER_URL = 'https://api.36duojing.com/v1/mobile/order';
- const QUERY_URL= 'https://api.36duojing.com/v1/mobile/query';
- const BALANCE_URL= 'https://api.36duojing.com/v1/account/query';
- const appKey= '30000419';
- const KEY = 'YpSWT1qwMnKTWAD0pLhF_Ev9BBUs2INV';
- // const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_duojing.php";
- const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
- const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
- }
|