liutong
|
370ce5cbe1
|
feat(api): 添加学生端用户聊天相关接口
- 新增学生端用户聊天的好友关系列表接口- 新增学生端用户聊天的好友关系详情接口
- 新增学生端用户聊天的聊天记录获取接口
- 新增学生端用户聊天的发送聊天内容接口
|
10 months ago |
于宏哲PHP
|
7a85ab1262
|
Merge branch 'master' of http://gitlab.frkj.cc/php/zhjwxt
|
10 months ago |
于宏哲PHP
|
53fbe28ec6
|
1
|
10 months ago |
liutong
|
235000c579
|
feat(api): 添加测试控制器和用户反馈功能
- 新增 Test 控制器,用于测试相关接口- 新增 UserFeedback 控制器,用于处理学生用户反馈
- 更新 Upload 控制器,增加文件扩展名和名称信息
- 在路由中添加用户反馈相关路由
|
10 months ago |
liutong
|
88d333cc71
|
refactor(niucloud): 优化学生账户登录表更新逻辑
- 移除了多余的空行和注释
- 改进了代码格式,使代码更加清晰易读- 优化了条件判断语句的写法,提高了代码质量
|
10 months ago |
liutong
|
b062174ab2
|
feat(customer): 添加学生详情修改功能
- 新增 CustomerResourcesAuth 控制器的 edit 方法处理学生信息修改请求
- 在路由中添加 customerResourcesAuth/edit 路由
- 新增 CustomerResourcesService服务的 editInfo 方法实现学生信息修改逻辑
- 优化 CommonService 的 compareData 方法,增加 JSON格式返回值
|
10 months ago |
liutong
|
8099ede013
|
feat(customer): 添加学生详情接口并优化相关功能
- 在 CustomerResourcesAuth 控制器中添加 info 方法,用于获取学生详情
- 在路由文件中添加对应的学生详情路由
- 在 CustomerResources 模型中添加与 Member 表的一对一关联
- 在 CustomerResourcesService 服务中实现 getInfo 方法,用于获取客户资源详情
|
10 months ago |
liutong
|
85a44559b1
|
Merge remote-tracking branch 'origin/master'
|
10 months ago |
李双庆
|
17632268db
|
Merge branch 'master' of http://gitlab.frkj.cc/php/zhjwxt
|
10 months ago |
李双庆
|
a8cbc26d23
|
接口
|
10 months ago |
于宏哲PHP
|
ca0f71588a
|
1
|
10 months ago |
liutong
|
f5ad994e1d
|
refactor(CustomerResourcesAuth): 移除未使用的代码
- 删除了 forgetPassword、getConfig 和 getMiniWxOpenId 三个未使用的方法
- 移除了未使用的 CommonService 类的引用
|
10 months ago |
liutong
|
99ba3e82fc
|
feat(api): 添加学生用户端相关接口
- 新增 CustomerResourcesAuth 控制器,实现学生登录、忘记密码、获取配置信息等功能- 更新路由配置,添加学生用户端相关路由
- 修改 CommonService 中的 forgetPassword 方法,支持学生用户重置密码
|
10 months ago |
于宏哲PHP
|
72682313b0
|
1
|
10 months ago |
于宏哲PHP
|
cf0f98b5e5
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# admin/src/app/views/school_approval/config/index.vue
|
10 months ago |
于宏哲PHP
|
6ceb6d8f03
|
1
|
10 months ago |
王泽彦
|
ba11493793
|
Merge branch 'master' of ssh://gitlab.frkj.cc:222/php/zhjwxt
|
10 months ago |
王泽彦
|
71137012a9
|
修改bug
|
10 months ago |
王泽彦
|
4588ea879b
|
修改流程申请审核管理的bug
|
10 months ago |
liutong
|
40042029da
|
Merge remote-tracking branch 'origin/master'
|
10 months ago |
王泽彦
|
266316d476
|
修改流程管理的bug
|
10 months ago |
liutong
|
982c6e06d3
|
feat(common): 添加获取配置信息和微信小程序 openid 功能
- 新增 getConfig 方法,用于获取指定配置项的信息
- 新增 getMiniWxOpenId 方法,用于获取微信小程序用户的 openid
- 在路由文件中添加对应的 API 路由
|
10 months ago |
于宏哲PHP
|
bbaddb04ca
|
Merge branch 'master' of http://gitlab.frkj.cc/php/zhjwxt
# Conflicts:
# niucloud/app/common.php
|
10 months ago |
于宏哲PHP
|
dba00d206f
|
1
|
10 months ago |
王泽彦
|
fc6db6110c
|
身高体重评分
|
10 months ago |
王泽彦
|
6206546617
|
修改没有使用的依赖
|
10 months ago |
王泽彦
|
66730f9a68
|
Merge branch 'wangzeyan'
|
10 months ago |
王泽彦
|
07f334e24e
|
Merge branch 'master' of ssh://gitlab.frkj.cc:222/php/zhjwxt
|
10 months ago |
王泽彦
|
6f264d03e2
|
修改审批流
|
10 months ago |
王泽彦
|
88005467e5
|
feat(pay): 添加计算销售绩效功能并优化支付成功逻辑
- 在支付成功事件中添加计算销售绩效监听器
- 优化支付成功逻辑,只在存在订单号时添加账单记录
|
10 months ago |
王泽彦
|
e26bf231c6
|
perf:优化性能计算事件触发方式
- 将 event 函数替换为 Event::trigger 方法,以正确触发事件
- 添加 ->queue() 方法,将事件处理放入队列执行,提高性能
|
10 months ago |
liutong
|
6abe012553
|
refactor(niucloud): 优化 Statistics 控制器中的代码逻辑- 在 Statistics.php 文件中,添加了注释以解释 $role_key_arr 变量的处理过程- 使用 explode 函数将角色 key 的字符串转换为数组
-增加了对参数是否为空的判断,提高了代码的健壮性
|
10 months ago |
liutong
|
69315fe694
|
refactor(app): 重构市场人员统计功能
- 移除了未使用的 marketMy 方法
- 优化了 marketData 方法,支持不同角色的统计需求
- 添加了参数验证和角色权限检查
-生成模拟数据以满足前端展示需求
|
10 months ago |
liutong
|
b3c6c68d1e
|
Merge remote-tracking branch 'origin/master'
|
10 months ago |
liutong
|
f76bd01406
|
feat(api): 添加员工端统计相关接口和功能
- 新增 Statistics 控制器,实现市场和销售数据统计功能
- 添加市场和销售首页数据统计、销售数据页统计、个人中新页统计等接口
- 实现根据角色权限返回不同统计数据的逻辑
- 新增 StatisticsService 服务层,用于处理统计相关的业务逻辑
- 在路由文件中注册新增的统计相关路由
|
10 months ago |
李双庆
|
287c7cb3c1
|
Merge branch 'master' of http://gitlab.frkj.cc/php/zhjwxt
|
10 months ago |
李双庆
|
79afa5944d
|
接口
|
10 months ago |
liutong
|
3258d6071d
|
feat(customer-resources): 添加资源分享关联并优化查询
- 在 CustomerResources 模型中添加 resourceSharingHasMany 方法,实现一对多关联资源共享表
- 在 CustomerResourcesService 中使用 with 方法预加载资源分享关联数据
|
10 months ago |
liutong
|
73ddecc4dc
|
feat(customer-resources): 添加获取全部客户资源接口
- 新增 getAll 方法,用于获取全部客户资源数据- 在路由中添加 getAll 接口
- 实现 CustomerResourcesService 中的 getAll 方法
- 接口支持根据客户姓名查询,返回客户资源列表
|
10 months ago |
liutong
|
4d45881476
|
fix(login): 优化账号不存在时的错误处理
- 在查询员工信息后,增加对查询结果为空的检查
- 如果账号不存在,抛出 '账号不存在' 的异常
- 提升用户体验,明确提示错误原因
|
10 months ago |
liutong
|
a221698605
|
feat(api): 添加忘记密码功能- 在 Common 控制器中添加 forgetPassword 方法,用于重置密码
- 在路由文件中添加对应的 API 路由
- 在 CommonService 中实现 forgetPassword 方法,根据用户类型重置密码
- 支持学生和员工两种用户类型的密码重置
|
10 months ago |
liutong
|
94884d2274
|
refactor(CustomerResources): 优化时间参数处理
- 添加 promised_visit_time 和 optional_class_time 参数处理
- 将时间参数转换为 Y-m-d H:i:s 格式- 更新 customer_resources_data 和 six_speed_data 中的时间字段
|
10 months ago |
李双庆
|
59810e6996
|
Merge branch 'master' of http://gitlab.frkj.cc/php/zhjwxt
|
10 months ago |
李双庆
|
5eb8c0b765
|
接口
|
10 months ago |
于宏哲PHP
|
9ba3e4dc7c
|
1
|
10 months ago |
于宏哲PHP
|
2174acedd3
|
1
|
10 months ago |
王泽彦
|
ef77b7c436
|
处理冲突
|
10 months ago |
王泽彦
|
e384a3acc0
|
临时保存
|
10 months ago |
于宏哲PHP
|
708d33efe5
|
Merge branch 'master' of http://gitlab.frkj.cc/php/zhjwxt
|
10 months ago |
于宏哲PHP
|
ff30f9d930
|
1
|
10 months ago |