Browse Source

(*) 和风天气key修改

master
liujiangyong 1 year ago
parent
commit
b6946f8cee
  1. 2
      super-screen/routes/weather/index.js

2
super-screen/routes/weather/index.js

@ -2,7 +2,7 @@ const request = require('superagent');
let _weatherUrl = '';
const qweatherUrl = 'https://api.qweather.com/v7/weather/3d'
const qweatherKey = 'd717e5cf342d4626b4839044f1473426'
const qweatherKey = '8f5704332b95425c987dca82b5ea0a5e'
module.exports.entry = function (app, router, opts) {
const { weatherUrl } = opts;
_weatherUrl = weatherUrl;

Loading…
Cancel
Save