# goLee-IOT **Repository Path**: balaLaa/go-lee-iot ## Basic Information - **Project Name**: goLee-IOT - **Description**: 基于goLee的物联网后台管理系统 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-03-25 - **Last Updated**: 2022-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **入口**:`manage.go` ------------ **host**: http://127.0.0.1:8080 ------------ **url**: `/user/phLogin` **注释**: 登陆 **method**: `GET` **request**: ```json { "userid": "测试", "password": "123456" } ``` **response**: ```json { "code": 20000, "key": "10002", "name": "测试" } ``` ------------------- **url**: `/user/wsconn?type=user&deviceid=测试&userid=lock1010` **method**: `WS` **msg**: | 发送信息 | 接收信息 | 注释 | | -------- | ------------ | ------------ | | unlock | null | 解锁 | | getPW | tmppw:string | 获取密码 | | getTmpPW | pw:string | 获取动态密码 |