- <?php
- namespace refill\bjbnew;
- class config
- {
- const PAY_PHONE_URL = 'http://ip:8107/ MainServiceBusiness/SendPhoneChargeInfo';
- const QUERY_URL= 'http:// ip:8107/MainServiceBusiness/GetOrderInfo';
- const AGENT_ID= '13699279618';
- const MerchantKey = 'bb2f4aa72e1181bd9c4cf2951b890f5b';
- const API_IP = NET_IP;
- }
|