config.php 557 B

123456789101112131415161718
  1. <?php
  2. namespace refill\juzhuo;
  3. use mtopcard;
  4. class config
  5. {
  6. const ORDER_URL = 'http://120.25.107.85/order/createOrder.html';
  7. const ORDER_QUERY_URL = 'http://120.25.107.85/order/queryOrderInfo.html';
  8. const KEY = '0lIIdRQbvKdpQgyJ5TCryj';
  9. const ORGID = 6095171500;
  10. const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/juzhuo.php";
  11. const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
  12. const operator = [
  13. mtopcard\PetroChinaCard => 'PetroChina',
  14. mtopcard\SinopecCard => 'Sinoepc',
  15. ];
  16. }