|
|
@@ -78,12 +78,12 @@
|
|
|
<el-table-column label="汇付产品号" align="center" prop="hfProductId" />
|
|
|
<el-table-column label="系统号" align="center" prop="hfSysId" />
|
|
|
<el-table-column label="商户号" align="center" prop="huifuId" />
|
|
|
- <el-table-column label="支付回调地址" align="center" prop="hfPayNotifyUrl" />
|
|
|
- <el-table-column label="大额支付回调地址" align="center" prop="hfPayOnlineNotifyUrl" />
|
|
|
- <el-table-column label="退款回调地址" align="center" prop="hfRefundNotifyUrl" />
|
|
|
- <el-table-column label="大额退款回调地址" align="center" prop="hfOnlineRefundNotifyUrl" />
|
|
|
- <el-table-column label="商户私钥" align="center" prop="hfRsaPrivateKey" />
|
|
|
- <el-table-column label="汇付公钥" align="center" prop="hfRsaPublicKey" />
|
|
|
+ <el-table-column label="支付回调地址" align="center" :show-overflow-tooltip="true" prop="hfPayNotifyUrl" />
|
|
|
+ <el-table-column label="大额支付回调地址" align="center" :show-overflow-tooltip="true" prop="hfPayOnlineNotifyUrl" />
|
|
|
+ <el-table-column label="退款回调地址" align="center" :show-overflow-tooltip="true" prop="hfRefundNotifyUrl" />
|
|
|
+ <el-table-column label="大额退款回调地址" align="center" :show-overflow-tooltip="true" prop="hfOnlineRefundNotifyUrl" />
|
|
|
+ <el-table-column label="商户私钥" align="center" :show-overflow-tooltip="true" prop="hfRsaPrivateKey" />
|
|
|
+ <el-table-column label="汇付公钥" align="center" :show-overflow-tooltip="true" prop="hfRsaPublicKey" />
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|