config.php 469 B

123456789101112131415161718192021
  1. <?php
  2. namespace refill\riying;
  3. use mtopcard;
  4. class config
  5. {
  6. const ORDER_URL = 'http://139.196.182.200:8080/order/v1.0/Pay.ashx';
  7. const QUERY_URL = 'http://139.196.182.200:9001/v1.0/QueryOrder.ashx';
  8. const UserId = 10050;
  9. const KEY = 'c820c27903b4531c5be34de61c47a3ea';
  10. const ShopId = 300017;
  11. const Product_type = [
  12. mtopcard\ChinaMobileCard => 0,
  13. mtopcard\ChinaUnicomCard => 1,
  14. mtopcard\ChinaTelecomCard => 2
  15. ];
  16. }