config.php 603 B

123456789101112131415161718
  1. <?php
  2. namespace refill\bingguang_third;
  3. class config
  4. {
  5. const ORDER_URL = 'http://120.79.190.232:8911/api/order/submit';
  6. const QUERY_URL = 'http://120.79.190.232:8911/api/order/query';
  7. const BALANCE_URL = 'http://120.79.190.232:8911/api/account/balance';
  8. const APP_ID = 'lMIQD9hkWG';
  9. const APP_SECRET = 'nKFiCyiTcZAIXXvx';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_bingguang_third.php";
  11. const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
  12. const ERRCODES = ['-10', '-12', '-13', '-14', '-15', '-16', '-18', '-21'];
  13. }