config.php 615 B

12345678910111213141516171819
  1. <?php
  2. namespace refill\legou;
  3. use mtopcard;
  4. class config
  5. {
  6. const ORDER_URL = 'https://recv.shujubuy.com/api/recv/submitOrder';
  7. const QUERY_URL = 'https://recv.shujubuy.com/api/recv/queryOrder';
  8. const USERNAME = 'lzdc';
  9. const KEY = '20cb7911-9037-44e5-8786-956eaffe1d3b';
  10. const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/legou.php";
  11. const ExtHeaders = ['ContentType: application/x-www-form-urlencoded;charset=utf-8'];
  12. const ProductIDS = [mtopcard\ChinaMobileCard => 400002,mtopcard\ChinaUnicomCard => 400003,mtopcard\ChinaTelecomCard => 400004];
  13. const StoreIDS = [43];
  14. }