config.php 557 B

1234567891011121314151617181920
  1. <?php
  2. namespace refill\yingdian;
  3. use mtopcard;
  4. class config
  5. {
  6. //97
  7. const ORDER_URL = 'http://124.71.78.47:48888/api/oil/order';
  8. const QUERY_URL = 'http://124.71.78.47:48888/api/orders';
  9. const BALANCE_URL = 'http://124.71.78.47:48888/api/wallet';
  10. const APP_KEY = 'b-yzjy';
  11. const APP_SECRET = 'z346p0ekdhot4xvc5oidpkewty3f07a8';
  12. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yingdian.php";
  13. const operator = [
  14. mtopcard\PetroChinaCard => 2,
  15. mtopcard\SinopecCard => 1
  16. ];
  17. }