李东云
|
8a70e35de7
|
refactor(invoice): 重构发票创建流程和积分日志接口
- 移除 CreateInvoiceCmd 中的 uid 字段
- 更新 InvoiceRepo 中的 create 方法,移除 URL 中的 uid
- 修改 PointLogRepo 中的 getList 方法,增加 type 参数并更新 API 调用
- 更新相关测试文件以适应这些变更
|
2025-09-04 11:28:26 +08:00 |
|
李东云
|
d3b861a7f7
|
feat(invoice): 添加查询用户常用发票地址功能
- 新增 FrequentAddress 类表示常用地址
- 添加 FrequentAddressRepoInterface 接口和 FrequentAddressRepo 实现类
- 在 ConfigProvider 中注册 FrequentAddressRepo
- 编写单元测试验证查询功能
|
2025-08-29 04:02:48 +08:00 |
|
李东云
|
d12858dda8
|
build(hyperf): 迁移到 hyperf3.1
|
2024-02-27 15:27:33 +08:00 |
|
李东云
|
a6898bb1a0
|
feat(stripe): 创建 session 接口增加了语言选项
|
2023-09-26 12:00:39 +08:00 |
|
李东云
|
64dd159f9c
|
feat(stripe): 实现了 stripe 获取配置信息的服务方法
|
2023-09-20 16:30:54 +08:00 |
|
李东云
|
ff86edf89b
|
feat(stripe): 实现了 stripe 创建订单的服务方法
|
2023-09-19 18:25:00 +08:00 |
|
李东云
|
eb9c9557c5
|
feat(pest): 支持了依赖注入
|
2023-09-19 18:22:47 +08:00 |
|
李东云
|
4b5e1740bc
|
perf: 使用更先进的 hdk 方法创建 http 请求
|
2023-09-19 17:44:45 +08:00 |
|
李东云
|
196ea4d8bf
|
feat: 初步实现了获取单个商品的方法
|
2023-07-25 14:50:12 +08:00 |
|