diff --git a/src/api/bi/index.js b/src/api/bi/index.js new file mode 100644 index 0000000..ea3d85c --- /dev/null +++ b/src/api/bi/index.js @@ -0,0 +1,6 @@ +import { declareRequest } from '@cqsjjb/jjb-dva-runtime'; + +export const getWeather = declareRequest( + 'biLoading', + 'Get > https://api.map.baidu.com/weather/v1/?district_id=130300&data_type=all&ak=dIqOi34IlTg5FkNck1vqoBpLhPAj36S1', +); \ No newline at end of file