新增微信支付、Native支付

This commit is contained in:
gxwebsoft
2024-05-11 23:06:25 +08:00
parent 31d6517314
commit ec629c4540
18 changed files with 1121 additions and 63 deletions

View File

@@ -28,12 +28,20 @@ export interface Merchant {
region?: string;
// 地址
address?: string;
// 每小时价格
price?: number;
// 手续费
commission?: number;
// 关键字
keywords?: string;
// 资质图片
files?: string;
// 营业时间
businessTime?: string;
timePeriod1?: string;
timePeriod2?: string;
// 商户介绍
content?: string;
// 是否自营
ownStore?: number;
// 是否推荐