config.php 492 B

123456789101112131415161718
  1. <?php
  2. namespace refill\wenye_oil;
  3. use mtopcard;
  4. class config
  5. {
  6. const ORDER_URL = 'http://cwka8.cc/api/gas_card/add';
  7. const APP_ID = '246';
  8. const APP_SECRET = 'ac82e30684974fc9e7bbf44b3a1abe353146c29a';
  9. // const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_wenye_oil.php";
  10. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  11. const operator = [
  12. mtopcard\PetroChinaCard => 2,
  13. mtopcard\SinopecCard => 1
  14. ];
  15. }