config.php 442 B

12345678910111213141516
  1. <?php
  2. namespace refill\chuka;
  3. class config
  4. {
  5. const ORDER_URL = 'http://api.chuka.cn/api.php/queryBuy.html';
  6. const QUERY_URL = 'http://api.chuka.cn/api.php/queryBizOrder.html';
  7. const customerId = '101787';
  8. const API_KEY = 'kvaa7Ff4i5egXcyowUAA7TuFv75tYR';
  9. const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/chuka.php";
  10. const ExtHeaders = ['ContentType: application/x-www-form-urlencoded; charset=UTF-8;'];
  11. }