config.php 437 B

123456789101112131415
  1. <?php
  2. namespace refill\fangxing;
  3. class config
  4. {
  5. const ORDER_URL = 'http://47.92.109.196/ht/order';
  6. const QUERY_URL = 'http://47.92.109.196/ht/query';
  7. const BALANCE_URL = 'http://47.92.109.196/ht/queryBalance';
  8. const APP_KEY = 'bf708c9ff35f8b6eae12f2b088dcadc89c5755ff';
  9. const APP_SECRET = '00ec6742c26efce3792dbc305cb870cdb1ad38b4';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_fangxing.php";
  11. }