- <?php
- namespace refill\bjbyd;
- class config
- {
- const PAY_PHONE_URL = 'http://47.96.37.53:806/webInface/PayPhone.ashx';
- const QUERY_URL= 'http://47.96.37.53:806/webInface/GetOrderState.ashx';
- const USR= '13699279618';
- const KEY = 'd2dba2c0870b03a21ffd59df9c0cc774';
- const API_IP = NET_IP;
- }
|