config.php 420 B

12345678910111213141516
  1. <?php
  2. namespace refill\weisyd;
  3. class config
  4. {
  5. const ORDER_URL = 'http://8.135.104.8:8080/morgan/boss/agent/preOrder';
  6. const QUERY_URL = 'http://8.135.104.8:8080/morgan/boss/agent/query';
  7. const APP_KEY = 51120281;
  8. const APP_SECRET = '9AK7JQ5DC21Q8P7YCP1LPQ6KVVX7QJX3';
  9. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  10. const ExtHeaders = ['Content-Type: application/json'];
  11. }