config.php 470 B

12345678910111213141516
  1. <?php
  2. namespace refill\legou;
  3. class config
  4. {
  5. const ORDER_URL = 'https://recv.shujubuy.com/api/recv/submitOrder';
  6. const QUERY_URL = 'https://recv.shujubuy.com/api/recv/queryOrder';
  7. const USERNAME = 'lzdc';
  8. const KEY = '20cb7911-9037-44e5-8786-956eaffe1d3b';
  9. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_legou.php";
  10. const ExtHeaders = ['ContentType: application/x-www-form-urlencoded;charset=utf-8'];
  11. const StoreIDS = [81];
  12. }