- <?php
- namespace refill\afandeng;
- class config
- {
- const PAY_PHONE_URL = 'http://8.140.101.13:806/webInface/PayPhone.ashx';
- const QUERY_URL= 'http://8.140.101.13:806/webInface/GetOrderState.ashx';
- const USR= 'afandeng';
- const KEY = 'd54e3cac95dec6839e74313740ce2ab1';
- }
|