config.php 629 B

12345678910111213141516171819202122
  1. <?php
  2. namespace refill\cangxin_doubi;
  3. class config
  4. {
  5. const ORDER_URL = 'http://47.98.184.74:9527/order/submit';
  6. const QUERY_URL = 'http://47.98.184.74:9527/order/query';
  7. const BALANCE_URL = 'http://47.98.184.74:9527/order/balance';
  8. const clientId = '10065';
  9. const Key = 'K8edcR5gO5OCPkT3E416a3ouqxN106cC';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_cangxin_doubi.php";
  11. const PRODUCT = [
  12. 100 => 5000100,
  13. 200 => 5000200,
  14. 300 => 5000300,
  15. 500 => 5000500,
  16. ];
  17. const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
  18. }