随手精灵小程序,单独为了获取WIFI信息加强围栏告警功能能力
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
-
- //根据传入的参数返回不同环境的baseUrl
- function getBaseUrl(str) {
- return str === 'test' ? 'https://id.ssjlai.com' : 'https://ai.ssjlai.com';
- }
-
- module.exports.getBaseUrl = getBaseUrl;
|