parent
0a28d47e7e
commit
c476e6d660
2 changed files with 11 additions and 0 deletions
@ -0,0 +1,6 @@ |
||||
import request from '@/util/axios' |
||||
|
||||
export const queryWeath = () => request({ |
||||
url: '/weather/v1/?district_id=371122&data_type=all&ak=GUGV9zeuAOeD4MrCwd1MeMkcae15vQ1e', |
||||
method: 'get', |
||||
}); |
||||
Loading…
Reference in new issue