Commit Graph

4652 Commits

Author SHA1 Message Date
YunaiV
1c282bd3cb mall + pay:
1. 优化 PayClient 退款逻辑,返回业务失败 errorCode + errorMsg 错误码
2023-07-18 13:00:22 +08:00
puhui999
d80bf5a368 Merge remote-tracking branch 'yudao/feature/mall_product' into feature/mall_product 2023-07-18 09:06:02 +08:00
YunaiV
6f475f8c85 mall + pay:
1. 优化 PayClient 支付逻辑,返回业务失败 errorCode + errorMsg 错误码
2023-07-18 07:37:03 +08:00
YunaiV
7cf4c5415e mall + pay:
1. 将 payNotifyUrl 统一改成 orderNotifyUrl
2023-07-17 16:38:31 +08:00
YunaiV
d0a7f41875 mall + pay:
1. 完善微信支付的 V3 支付回调、退款回调
2023-07-17 16:27:51 +08:00
YunaiV
68a4ef98ca mall + pay:
1. 拆分支付回调、退款回调的 URL
2. 修复微信支付回调的时间解析错误
2023-07-17 11:47:45 +08:00
YunaiV
66ed61c641 mall + pay:
1. 微信支付配置,补全 apiclient_cert.p12 证书
2023-07-17 07:56:33 +08:00
YunaiV
7caf8e900f mall + pay:
1. 增加微信 bar 和 native 的集成测试,方便调试配置
2023-07-16 19:24:29 +08:00
YunaiV
ecdc39612f mall + pay:
1. 后台的收银台,接入微信扫码支付
2023-07-15 23:14:42 +08:00
YunaiV
a6437b7cc5 mall + pay:
1. 后台的收银台,接入微信扫码支付
2023-07-15 21:18:36 +08:00
YunaiV
c44ace6011 mall + pay:
1. 完成支付宝的退款重构
2. 完成 demo 模块的退款接入
2023-07-15 20:36:04 +08:00
YunaiV
518e89dc4b mall + pay:
1. 重构支付回调的逻辑,将回调解析改成 PayOrderRespDTO,为后续轮询做铺垫
2. 调整退款单的表结构
3. 调整退款调用的实现
2023-07-15 10:35:41 +08:00
zbk
1c3521c5fa
update yudao-ui-admin/src/components/VideoUpload/index.vue.
修复修改后再新增时的表单无法清除还原到未选择视频文件状态的问题

Signed-off-by: zbk <540064991@qq.com>
2023-07-14 09:56:15 +00:00
puhui999
147cd271b8 fix:完善拼团活动列表展示 2023-07-14 17:34:37 +08:00
puhui999
7cdb321fe4 fix:完善拼团活动CRUD 2023-07-14 17:08:37 +08:00
puhui999
927f71c7e2 Merge remote-tracking branch 'yudao/feature/mall_product' into feature/mall_product 2023-07-14 14:28:26 +08:00
YunaiV
fbb63ee262 mall + pay:
1. 修复 PayNotifyTask 首次通知时,可能会失败的情况;原因:MySQL 时间的精度问题;
2023-07-12 22:40:39 +08:00
zhijiantianya@gmail.com
47ba5b7b44 by gateway: 支付渠道的代码优化 2023-07-12 20:34:43 +08:00
zhijiantianya@gmail.com
35ceef371c Merge remote-tracking branch 'origin/feature/mall_product' into feature/mall_product 2023-07-12 12:52:58 +08:00
zhijiantianya@gmail.com
052e4689ee by gateway: 支付应用的代码优化 2023-07-12 12:52:48 +08:00
YunaiV
0ac599a3d9 mall + pay:
1. 修复支付宝沙箱地址的调整
2. 收银台的前端 URL 支付走整个网页跳转
3. 收银台的支付成功后,增加 returnUrl 回跳
4. 修复 PayNotifyTask 首次通知时,可能会失败的情况;原因:租户未传递;
2023-07-12 00:04:19 +08:00
zhijiantianya@gmail.com
f1c4c7964a gateway commit test 2023-07-11 21:18:24 +08:00
YunaiV
cad508def6 mall + pay:
1. bar 扫码支付成功后,额外返回 notify
2. notify 在支付回调时,增加幂等处理
2023-07-10 23:06:00 +08:00
YunaiV
ca4afc2909 mall + pay:
1. 调整 cashier 的 channels 的读取实现方式
2023-07-10 18:28:43 +08:00
YunaiV
2485a5ebc9 mall + pay:
1. 将 amount 统一都修改成 price
2. 将 payed 统一改成 payStatus
2023-07-10 17:35:26 +08:00
puhui999
e7d8643665 fix:修复 mall review @puhui999 2023-07-10 16:35:49 +08:00
赤鷹
0134375401
update yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/index.vue.vm.
Signed-off-by: 赤鷹 <121013343@qq.com>
2023-07-10 08:23:58 +00:00
赤鷹
0fa3ed9421
update yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/form.vue.vm.
Signed-off-by: 赤鷹 <121013343@qq.com>
2023-07-10 08:09:40 +00:00
puhui999
9cbd0fec1c Merge remote-tracking branch 'yudao/feature/mall_product' into feature/mall_product 2023-07-10 09:21:26 +08:00
YunaiV
5d2d52020e mall + pay:简化 pay 的复杂度
1. 移除 merchant 表设计
2. 移除 app 和 channel 的导出
2023-07-09 12:40:26 +08:00
YunaiV
4682650e11 mall + pay:
1. 先添加 WxAppPayClient、WxH5PayClient 的类,暂未实现
2023-07-09 00:47:31 +08:00
YunaiV
b06a21f9af mall + pay:
1. 实现 WxNativePayClient 的支付功能
2023-07-09 00:36:40 +08:00
YunaiV
e31b40eefa mall + pay:
1. 实现 WxBarPayClient 的支付功能
2023-07-08 23:37:25 +08:00
YunaiV
4014137a4c mall + pay:调整异常的处理
1. 在 PayOrderUnifiedRespDTO 增加 status 字段,用于后续微信付款码支付时,直接支付成功的场景。
2023-07-08 22:40:27 +08:00
YunaiV
efb221b1fe mall + pay:调整异常的处理
1. 如果是业务异常,则统一转换成 ServiceException
2. 如果是系统异常,则使用 PayException 包装成无需 check 的异常
2023-07-08 19:26:42 +08:00
YunaiV
e615be971e mall + pay:
1、测试通过微信小程序支付
2023-07-08 12:44:50 +08:00
YunaiV
d76bc7aa82 mall + pay:
1、初步完成微信扫码支付,暂时缺少状态的处理
2023-07-08 00:08:05 +08:00
YunaiV
3f33ca2d6b mall + pay:
1、增加获得支付渠道接口
2023-07-06 23:16:53 +08:00
YunaiV
d224b6b9be mall + pay:
1、调整微信 Lite 小程序支付的实现
2023-07-06 20:55:23 +08:00
YunaiV
cbc61184bd mall + pay:
1、优化微信公众号 MP 支付的实现
2023-07-06 19:11:32 +08:00
YunaiV
67d60e32f8 mall + pay:
1、调整微信支付,修复 v2 传递的时间不正确
2、调整 mp js ticket 接口到 system 模块
2023-07-06 00:19:05 +08:00
puhui999
b697ee3298 Merge remote-tracking branch 'yudao/feature/mall_product' into feature/mall_product
# Conflicts:
#	yudao-module-mall/yudao-module-trade-biz/src/test/java/cn/iocoder/yudao/module/trade/service/order/TradeOrderServiceTest.java
2023-07-05 22:08:12 +08:00
puhui999
b78f814552 fix:mall promotion SeckillActivity 2023-07-05 22:05:05 +08:00
puhui999
78b3d2a20f fix:mall promotion Combination 2023-07-05 11:31:16 +08:00
YunaiV
20eb0a2a88 mall + pay:
1、调整 returnUrl 的实现
2023-07-04 23:43:16 +08:00
puhui999
41d996f7f3 feat:mall promotion CombinationProduct 2023-07-04 11:21:03 +08:00
puhui999
c563051841 feat:mall product 新增通过 spuIds 获取相关 spu 详情列表的接口 2023-07-03 14:44:27 +08:00
puhui999
409ec555e8 feat:mall CombinationActivity 2023-07-03 08:07:05 +08:00
YunaiV
23e3c4d0d9 Merge branch 'master' of https://gitee.com/zhijiantianya/ruoyi-vue-pro into feature/mall_product 2023-07-02 23:45:48 +08:00
芋道源码
08e9772f66
!529 回退 'Pull Request !518 : 添加华为云 maven 升级依赖'
Merge pull request !529 from 芋道源码/revert-merge-518-master
2023-07-02 15:41:47 +00:00