config.php 434 B

12345678910111213141516
  1. <?php
  2. namespace refill\amingyd;
  3. class config
  4. {
  5. const ORDER_URL = 'http://8.135.98.236:8080/morgan/boss/agent/preOrder';
  6. const QUERY_URL = 'http://8.135.98.236:8080/morgan/boss/agent/query';
  7. const AppKey = '40695059';
  8. const AppSecret = 'FAQLV7PAEHLJPTUFZ06DSBIBRB77A568';
  9. const NOTIFY_URL = "http://121.89.212.167/racc/callback/lingzh/amingyd.php";
  10. const ExtHeaders = ['Content-Type: application/json;'];
  11. }