config.php 481 B

1234567891011121314151617
  1. <?php
  2. namespace refill\xunyin;
  3. class config
  4. {
  5. //https://docs.qq.com/doc/DYm5iQmlUb01tVXln
  6. const PAY_PHONE_URL = 'https://openapi.xunyin.com/openapi/submit';
  7. const QUERY_URL= 'https://openapi.xunyin.com/openapi/query';
  8. const BALANCE_URL= 'http://openapi.xunyin.com/openapi/QueryMerchant';
  9. const CP_ID= '8417';
  10. const KEY = 'd4317a37ad90bc38cd346c6ad3056a7f';
  11. const API_IP = NET_IP;
  12. const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_xunyin.php";
  13. }