config.php 359 B

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