config.php 481 B

1234567891011121314
  1. <?php
  2. namespace refill\duojing;
  3. class config
  4. {
  5. const ORDER_URL = 'http://81.69.6.74:9099/v1/mobile/express';
  6. const QUERY_URL= 'http://81.69.6.74:9099/v1/mobile/query';
  7. const BALANCE_URL= 'http://81.69.6.74:9099/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 ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
  12. }