// const baseUrl = 'http://127.0.5.12'; // 接口域名 const baseUrl = 'https://shuati.derkj.com'; // 接口域名 const api_version = 'v1'; // 接口本本 const cache_preffix = 'st'; const sign_key = 'stapp&688' // 签名密钥 export { baseUrl, cache_preffix, sign_key, api_version }