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