config.php 286 B

12345678910111213
  1. <?php
  2. namespace refill\afandeng;
  3. class config
  4. {
  5. const PAY_PHONE_URL = 'http://8.140.101.13:806/webInface/PayPhone.ashx';
  6. const QUERY_URL= 'http://8.140.101.13:806/webInface/GetOrderState.ashx';
  7. const USR= 'afandeng';
  8. const KEY = 'd54e3cac95dec6839e74313740ce2ab1';
  9. }