【功能优化】支付:支付应用,增加 appKey 标识,用于不同接入方的标识

This commit is contained in:
YunaiV
2024-08-18 15:51:12 +08:00
parent e01883d58b
commit 7108cde060
3 changed files with 25 additions and 13 deletions

View File

@ -2,6 +2,7 @@ import request from '@/config/axios'
export interface AppVO {
id: number
appKey: string
name: string
status: number
remark: string