config.php 291 B

1234567891011
  1. <?php
  2. namespace refill\yichangt;
  3. class config
  4. {
  5. const ORDER_URL = 'http://youka.5dev.cn/gateway/api.handle/submit';
  6. const QUERY_URL = 'http://youka.5dev.cn/gateway/api.handle/order';
  7. const APP_ID = 'app570259129507';
  8. const APP_SECRET = 'IQL4MOIYQJVWPJVOUM66H5MC7N8LGEE0';
  9. }