123456789101112131415161718192021 |
- <?php
- namespace refill\riying;
- use mtopcard;
- class config
- {
- const ORDER_URL = 'http://139.196.182.200:8080/order/v1.0/Pay.ashx';
- const QUERY_URL = 'http://139.196.182.200:9001/v1.0/QueryOrder.ashx';
- const UserId = 10050;
- const KEY = 'c820c27903b4531c5be34de61c47a3ea';
- const ShopId = 300017;
- const Product_type = [
- mtopcard\ChinaMobileCard => 0,
- mtopcard\ChinaUnicomCard => 1,
- mtopcard\ChinaTelecomCard => 2
- ];
- }
|