config.php 392 B

12345678910111213141516
  1. <?php
  2. namespace refill\jiec;
  3. class config
  4. {
  5. const ORDER_URL = 'http://14.192.8.43/api/receiveOrder';
  6. const QUERY_URL = 'http://14.192.8.43/api/queryOrder';
  7. const PARTNER_ID = '20';
  8. const KEY = '6699182237209e03e1eb4f92e75434c0';
  9. const NOTIFY_URL = BASE_SITE_URL."/mobile/refill_jiec.php";
  10. const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
  11. }