Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iewnfod/stray_animals
真的没什么好写的!!!
https://github.com/iewnfod/stray_animals
Last synced: 21 days ago
JSON representation
真的没什么好写的!!!
- Host: GitHub
- URL: https://github.com/iewnfod/stray_animals
- Owner: iewnfod
- License: apache-2.0
- Created: 2022-08-05T08:14:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T03:13:21.000Z (over 1 year ago)
- Last Synced: 2024-11-13T07:13:31.141Z (3 months ago)
- Language: HTML
- Size: 32.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 主题
流浪动物菜单栏
1. 采访,报道
2. 商城
1. 服装
2. 口粮3. map
4. 领养
1. 信息
2. 登记并安排---
# 平台使用
1. 地图:高德地图
2. 验证码:互亿无限---
# 全部接口
https://.../{cn/en}/{main/interview/shop/map/help}.html
1. /index.html 主入口
2. /interview.html 所有采访页面
3. /shop.html 商城
4. /map.html 地图
5. /help.html 领养与帮助
...* ./getUserData?name=... --> {id: ...; username: ...; userimg: ...}
* ./getPetData?id=... --> {id: ...; name: ...; img: ...; ...}---
# Cookie
## Potential Cookies
id:
username:
userimg:
loginTime:---
# 更多工具
* 测试: anywhere (安装 node.js; MacOS/Linux:[sudo npm install anywhere -g] Windows:自己查吧!!!) 或者直接nginx反向代理也行
* 静态服务器 python3 -m http.server 8000 (8000为默认端口,可自行修改)* 高德地图: https://lbs.amap.com/api/javascript-api/summary
---
# 部分参考资料:
1. sqlite for django: https://blog.csdn.net/Gu_amber/article/details/122531578
2. 在pycharm中添加 db navigator 插件