config.php 331 B

1234567891011121314
  1. <?php
  2. namespace refill\bjbnew;
  3. class config
  4. {
  5. const PAY_PHONE_URL = 'http://ip:8107/ MainServiceBusiness/SendPhoneChargeInfo';
  6. const QUERY_URL= 'http:// ip:8107/MainServiceBusiness/GetOrderInfo';
  7. const AGENT_ID= '13699279618';
  8. const MerchantKey = 'bb2f4aa72e1181bd9c4cf2951b890f5b';
  9. const API_IP = NET_IP;
  10. }