- <?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 = 10019;
- const KEY = '953b8e10a70ef4e85b77f09448c0e316';
- const NOTIFY_URL = "https://www.xyzshops.cn/mobile/refill_legou.php";
- const ExtHeaders = ['ContentType: application/x-www-form-urlencoded;charset=utf-8'];
- }
|