config.php 417 B

123456789101112131415
  1. <?php
  2. namespace refill\weishengy;
  3. class config
  4. {
  5. const ORDER_URL = 'http://www.dabjweb.com/api/order/jdTelPay';
  6. const QUERY_URL = 'http://www.dabjweb.com/api/order/jdTelGet';
  7. const masId = '699270071532654592';
  8. const appKey = '8sa877sdj219sda';
  9. const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/weishengy.php";
  10. const ExtHeaders = ['Content-Type: application/json;charset=utf-8'];
  11. }