config.php 671 B

1234567891011121314151617181920
  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. const ERR_CODE = [
  14. '8001','8002','8003','8004','8005','8006','8007','8009','8011','8012','8013','8016','8020','9001','9002','9003','9004','9005','9006'
  15. ];
  16. }