config.php 476 B

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