# Hathor-Web **Repository Path**: mgdestiny/Hathor-Web ## Basic Information - **Project Name**: Hathor-Web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 小镜秀秀 ~~魔魔哒~~ Web 工程 原魔魔哒Web工程现更名为小镜秀秀Web工程,开发代号仍然为:Hathor ## 分支管理 ### 1. master分支 - 之前智翔部署的的没有使用该分支(2019-08-19) - 以后线上服务器使用master的分支标签部署 ### 2. dev分支 - 2019-08-19之前线上服务器部署的是dev分支 - 2019-08-19之后dev分支主要维护开发分支 ## 更新历史 - 2019-08-19 - 修改工程的composer镜像为阿里云镜像 - 全局设置 ``` composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/ ``` - 取消全局设置 ``` composer config -g --unset repos.packagist ``` - 项目配置 仅修改当前工程配置,仅当前工程可使用该镜像地址 ``` composer config repo.packagist composer https://mirrors.aliyun.com/composer/ ``` 取消配置 ``` composer config --unset repos.packagist ``` - add birthday field in user table - modified users' info update method for update uses' birthday - add service_uuid, read_uuid, write_uuid in devices table - 2019-08-21 - 修复了admin创建device时service_uuid, read_uuid, write_uuid无法提交的问题 - 增加了app肤质检测的接口 - 增加了app获取用户测服记录的接口 - 2019-08-22 - 修复的issue19082201 - 修复issue19082202:覆盖当天的测肤记录 - 修复issue19082203:laguage默认为zh-CN,所有zh-开头的都被作为zh-CN处理,其他的作为en处理 - task19082201-主要用于admin后台 - 增加查询App User的接口 - 增加更具id查询肤质记录的接口 - 增加根据id删除肤质记录的接口 - 修复issue19082204:为了降低OSS的消耗,将未检测成功的图从oss上删除 - 2019-08-27 - 修复issue19082701