config.php 311 B

1234567891011121314
  1. <?php
  2. namespace refill\bjbyd;
  3. class config
  4. {
  5. const PAY_PHONE_URL = 'http://47.96.37.53:806/webInface/PayPhone.ashx';
  6. const QUERY_URL= 'http://47.96.37.53:806/webInface/GetOrderState.ashx';
  7. const USR= '13699279618';
  8. const KEY = 'd2dba2c0870b03a21ffd59df9c0cc774';
  9. const API_IP = NET_IP;
  10. }