123456789101112131415161718 |
- <?php
- namespace refill\juzhuo;
- use mtopcard;
- class config
- {
- const ORDER_URL = 'http://120.25.107.85/order/createOrder.html';
- const ORDER_QUERY_URL = 'http://120.25.107.85/order/queryOrderInfo.html';
- const KEY = '0lIIdRQbvKdpQgyJ5TCryj';
- const ORGID = 6095171500;
- const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/juzhuo.php";
- const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
- const operator = [
- mtopcard\PetroChinaCard => 'PetroChina',
- mtopcard\SinopecCard => 'Sinoepc',
- ];
- }
|