mall + pay:

1. 完善 PayRefundServiceTest 的单元测试
This commit is contained in:
YunaiV
2023-07-23 22:29:33 +08:00
parent 9812881094
commit ebeb14be2f
3 changed files with 138 additions and 13 deletions

View File

@ -87,6 +87,7 @@ CREATE TABLE IF NOT EXISTS `pay_refund` (
`channel_id` bigint(20) NOT NULL,
`channel_code` varchar(32) NOT NULL,
`order_id` bigint(20) NOT NULL,
`order_no` varchar(64) NOT NULL,
`merchant_order_id` varchar(64) NOT NULL,
`merchant_refund_id` varchar(64) NOT NULL,
`notify_url` varchar(1024) NOT NULL,