Compare commits
2 Commits
a058233c64
...
b4d91e667e
| Author | SHA1 | Date |
|---|---|---|
|
|
b4d91e667e | |
|
|
6b787d478d |
|
|
@ -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',
|
||||
);
|
||||
Loading…
Reference in New Issue