web -----游戏

ck d7a201822e Merge branch 'dev' il y a 3 ans
.idea a8b7dbf0fc no message il y a 4 ans
config 8570c1b79b 1 il y a 4 ans
data_manage d8889c7ed6 1 il y a 3 ans
handlers c0f75cba51 公众号投放数据添加下载 il y a 3 ans
logs a8b7dbf0fc no message il y a 4 ans
model c0babc48e2 1 il y a 4 ans
.gitignore a3517996c1 1 il y a 4 ans
Pipfile a8b7dbf0fc no message il y a 4 ans
Pipfile.lock a8b7dbf0fc no message il y a 4 ans
README.markdown bcc28af3a1 1 il y a 4 ans
ServerWrapper.py d36f1d540c 1 il y a 4 ans
urls.py c0babc48e2 1 il y a 4 ans

README.markdown

开始

  • ServerWrapper.py为服务入口 python ServerWrapper.py 8008 启动项目
  • model 为封装的功能包
  • urls.py 为路由
  • config 是配置文件

说明

服务器上需要验证,postman 请求不通,本机开启的服务可以自由请求

window 上端口占用

netstat -ano | findstr 8008 taskkill -PID {pid} -F