随手精灵小程序,单独为了获取WIFI信息加强围栏告警功能能力
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
230B

  1. const fenApi = {
  2. getAuth: '/gateway/core/api/v1/Ability/study_ai/terminal/auth', //获取token
  3. bindFenceWifi: '/gateway/core/api/v1/OpenFence/BindFenceWifi', //获取WIFI的BSSID并保存
  4. }
  5. module.exports = {
  6. fenApi
  7. }