feat(admin): 支付接口审计日志页与调试 reqId

运营端日志管理增加支付接口日志列表/详情;调试交易与网关组参自动生成 reqId;菜单与权限码对齐 system:log:unipay。
This commit is contained in:
DaxPay Dev
2026-07-17 17:40:00 +08:00
parent 622bcc0b04
commit 51f35ff153
30 changed files with 755 additions and 4 deletions

View File

@@ -86,6 +86,8 @@ export interface PayParam {
expiredTime?: string;
/** 客户端 IP(可选, 未传时由 unipay 从 HTTP 请求提取) */
clientIp?: string;
/** 请求ID(商户生成, 审计索引, 必填) */
reqId?: string;
/** 随机串 */
nonceStr?: string;
/** 请求时间(北京时间 yyyy-MM-dd HH:mm:ss) */