config.php 561 B

123456789101112131415
  1. <?php
  2. namespace refill\duojing;
  3. class config
  4. {
  5. const ORDER_URL = 'https://api.36duojing.com/v1/mobile/order';
  6. const QUERY_URL= 'https://api.36duojing.com/v1/mobile/query';
  7. const BALANCE_URL= 'https://api.36duojing.com/v1/account/query';
  8. const appKey= '30000419';
  9. const KEY = 'YpSWT1qwMnKTWAD0pLhF_Ev9BBUs2INV';
  10. // const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_duojing.php";
  11. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  12. const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
  13. }