diff --git a/src/settings/siteSetting.ts b/src/settings/siteSetting.ts index ec0cd798995619697251aa5119ce66f46df59b41..0ae290dc5fd847b74de4f12c00803d6ee8ecd3ed 100644 --- a/src/settings/siteSetting.ts +++ b/src/settings/siteSetting.ts @@ -1,11 +1,11 @@ // github repo url -export const GITHUB_URL = 'https://github.com/xxm1995/bootx-platform' +export const GITHUB_URL = 'https://github.com/dromara/dax-pay' // gitee repo url -export const GITEE_URL = 'https://gitee.com/bootx/bootx-platform' +export const GITEE_URL = 'https://gitee.com/dromara/dax-pay' // 文档地址 -export const DOC_URL = 'https://gitee.com/bootx/bootx-platform' +export const DOC_URL = 'https://bootx.gitee.io/' // 预览地址 -export const SITE_URL = 'http://v3.platform.bootx.cn/' +export const SITE_URL = 'https://daxpay.demo.bootx.cn/' diff --git a/src/views/payment/channel/alipay/record/AlipayRecord.api.ts b/src/views/payment/channel/alipay/record/AlipayRecord.api.ts index b975a99d713780495a1d9d0817cfd69ad6c53473..551dc629920d0ded9f806222692ee012fc192043 100644 --- a/src/views/payment/channel/alipay/record/AlipayRecord.api.ts +++ b/src/views/payment/channel/alipay/record/AlipayRecord.api.ts @@ -38,4 +38,6 @@ export interface AlipayRecord extends BaseEntity { gatewayOrderNo?: string // 终端ip ip?: string + // 网关时间 + gatewayTime?: string } diff --git a/src/views/payment/channel/alipay/record/AlipayRecordInfo.vue b/src/views/payment/channel/alipay/record/AlipayRecordInfo.vue index 9eeb08d87cec70811e8137a940af455b28bb19e8..5ef9cac798f28f2b383f2617ad2950d15e8b3f97 100644 --- a/src/views/payment/channel/alipay/record/AlipayRecordInfo.vue +++ b/src/views/payment/channel/alipay/record/AlipayRecordInfo.vue @@ -25,6 +25,9 @@ {{ dictConvert('AlipayRecordType', alipayRecord.type) }} + + {{ alipayRecord.gatewayTime }} + {{ alipayRecord.createTime }} diff --git a/src/views/payment/channel/alipay/record/AlipayRecordList.vue b/src/views/payment/channel/alipay/record/AlipayRecordList.vue index 20e5d7c78fba181bedaaa8c5ef19b56078f97f94..0a2626548a800de5c6ad9bf8795ec25feecf510e 100644 --- a/src/views/payment/channel/alipay/record/AlipayRecordList.vue +++ b/src/views/payment/channel/alipay/record/AlipayRecordList.vue @@ -23,7 +23,7 @@ - +