diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/financial/usertocash/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/financial/usertocash/index.html index 06929535..eb60937a 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/financial/usertocash/index.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/financial/usertocash/index.html @@ -195,8 +195,8 @@ { field: 'createTime', title: '创建时间', width: 130, sort: false }, { field: 'updateTime', title: '更新时间', width: 130, sort: false }, { field: 'needUserGet', title: '等待用户领取', width: 95, templet: '#switch_needUserGet', sort: false, unresize: true }, - { width: 120, align: 'center', title: '操作', fixed: 'right', toolbar: '#LAY-app-CoreCmsUserTocash-tableBox-bar' }, { field: 'message', title: '反馈信息', sort: false }, + { width: 120, align: 'center', title: '操作', fixed: 'right', toolbar: '#LAY-app-CoreCmsUserTocash-tableBox-bar' }, ] ] }); diff --git a/数据库/MySql/20250729/升级脚本/1、更新【微信支付配置表】CoreCmsWeChatPayConfig.sql b/数据库/MySql/20250729/升级脚本/1、更新【微信支付配置表】CoreCmsWeChatPayConfig.sql new file mode 100644 index 00000000..bcab33ee Binary files /dev/null and b/数据库/MySql/20250729/升级脚本/1、更新【微信支付配置表】CoreCmsWeChatPayConfig.sql differ diff --git a/数据库/MySql/20250729/升级脚本/2、新增【微信支付平台证书表】CoreCmsWeChatPayPlatformCertificate.sql b/数据库/MySql/20250729/升级脚本/2、新增【微信支付平台证书表】CoreCmsWeChatPayPlatformCertificate.sql new file mode 100644 index 00000000..bcaaa123 --- /dev/null +++ b/数据库/MySql/20250729/升级脚本/2、新增【微信支付平台证书表】CoreCmsWeChatPayPlatformCertificate.sql @@ -0,0 +1,15 @@ +create table CoreCmsWeChatPayPlatformCertificate +( + id int auto_increment comment '' + primary key, + algorithmType varchar(50) not null comment '֤㷨', + certificate text not null comment '֤', + effectiveTime datetime not null comment 'ȡЧʱ', + expireTime datetime not null comment 'ȡʱ', + serialNumber varchar(50) not null comment '֤', + merchantId varchar(50) not null comment '̻', + createTime datetime not null comment 'ʱ', + updataTime datetime null comment 'ʱ' +) + comment '΢֧ƽ̨֤'; + diff --git a/数据库/MySql/20250729/升级脚本/3、新增【用户提现使用商家转账微信回调通知表】CoreCmsUserTocashWeChatNotify.sql b/数据库/MySql/20250729/升级脚本/3、新增【用户提现使用商家转账微信回调通知表】CoreCmsUserTocashWeChatNotify.sql new file mode 100644 index 00000000..dcf769b7 --- /dev/null +++ b/数据库/MySql/20250729/升级脚本/3、新增【用户提现使用商家转账微信回调通知表】CoreCmsUserTocashWeChatNotify.sql @@ -0,0 +1,19 @@ +create table CoreCmsUserTocashWeChatNotify +( + id int auto_increment comment '' + primary key, + callBackId varchar(50) not null comment '֪ͨID', + create_time varchar(50) not null comment '֪ͨʱ', + resource_type varchar(50) not null comment '֪ͨ', + event_type varchar(50) not null comment '֪ͨ', + summary varchar(100) not null comment 'صժҪ', + resource text not null comment '֪ͨ', + createTime datetime not null comment 'ʱ', + wechatpaySerial varchar(100) null comment 'ǩƽ̨֤кŻ֧ԿID', + wechatpaySignature varchar(1000) null comment 'ǩǩֵ', + wechatpayTimestamp varchar(50) null comment 'ǩʱ', + wechatpayNonce varchar(100) null comment 'ǩַ', + decryptedData varchar(1000) null comment '' +) + comment 'ûʹ̼ת΢Żص֪ͨ'; + diff --git a/数据库/MySql/20250729/升级脚本/4、新增【用户提现使用商家转账回调记录表】CoreCmsUserTocashWeChatResponse.sql b/数据库/MySql/20250729/升级脚本/4、新增【用户提现使用商家转账回调记录表】CoreCmsUserTocashWeChatResponse.sql new file mode 100644 index 00000000..6e5394ac --- /dev/null +++ b/数据库/MySql/20250729/升级脚本/4、新增【用户提现使用商家转账回调记录表】CoreCmsUserTocashWeChatResponse.sql @@ -0,0 +1,16 @@ +create table CoreCmsUserTocashWeChatResponse +( + id int auto_increment comment '' + primary key, + out_bill_no varchar(50) not null comment '̻', + transfer_bill_no varchar(100) not null comment '΢ת˵', + create_time datetime not null comment 'ݴʱ', + state varchar(50) not null comment '״̬', + package_info varchar(255) null comment 'תȡҳpackageϢ', + code int null comment '״̬', + message varchar(255) null comment 'Ϣ', + detail varchar(255) null comment '', + createTime datetime not null comment 'ʱ' +) + comment 'ûʹ̼ת˻ص¼'; + diff --git a/数据库/MySql/20250729/升级脚本/5、更新【用户提现表】CoreCmsUserTocash.sql b/数据库/MySql/20250729/升级脚本/5、更新【用户提现表】CoreCmsUserTocash.sql new file mode 100644 index 00000000..6c240f63 Binary files /dev/null and b/数据库/MySql/20250729/升级脚本/5、更新【用户提现表】CoreCmsUserTocash.sql differ diff --git a/数据库/MySql/20250729/完整数据库带演示20250729.zip b/数据库/MySql/20250729/完整数据库带演示20250729.zip new file mode 100644 index 00000000..dcdae2d6 Binary files /dev/null and b/数据库/MySql/20250729/完整数据库带演示20250729.zip differ diff --git a/数据库/SqlServer/20250729/升级脚本/1、更新【微信支付配置表】CoreCmsWeChatPayConfig.sql b/数据库/SqlServer/20250729/升级脚本/1、更新【微信支付配置表】CoreCmsWeChatPayConfig.sql index 9a213a5f..5609d593 100644 Binary files a/数据库/SqlServer/20250729/升级脚本/1、更新【微信支付配置表】CoreCmsWeChatPayConfig.sql and b/数据库/SqlServer/20250729/升级脚本/1、更新【微信支付配置表】CoreCmsWeChatPayConfig.sql differ