12345678910111213141516171819 |
- <?php
- namespace refill\legou;
- use mtopcard;
- class config
- {
- const ORDER_URL = 'https://recv.shujubuy.com/api/recv/submitOrder';
- const QUERY_URL = 'https://recv.shujubuy.com/api/recv/queryOrder';
- const USERNAME = 'lzdc';
- const KEY = '20cb7911-9037-44e5-8786-956eaffe1d3b';
- const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/legou.php";
- const ExtHeaders = ['ContentType: application/x-www-form-urlencoded;charset=utf-8'];
- const ProductIDS = [mtopcard\ChinaMobileCard => 400002,mtopcard\ChinaUnicomCard => 400003,mtopcard\ChinaTelecomCard => 400004];
- const StoreIDS = [43];
- }
|