12345678910111213141516171819 |
- <?php
- namespace refill\yingdian;
- use mtopcard;
- class config
- {
- //97
- const ORDER_URL = 'http://47.107.232.51:48888/api/oil/order';
- const QUERY_URL = 'http://47.107.232.51:48888/api/orders';
- const APP_KEY = 'b-yzjy';
- const APP_SECRET = 'z346p0ekdhot4xvc5oidpkewty3f07a8';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yingdian.php";
- const operator = [
- mtopcard\PetroChinaCard => 2,
- mtopcard\SinopecCard => 1
- ];
- }
|