fix: 去除银行卡支付和刷卡支付方式,通知中心增加订阅消息编辑,修复店铺信息页面运行时为数字类型接受字符串数字警告

This commit is contained in:
2025-03-14 14:14:05 +08:00
parent d847911a2e
commit 57ea2842c1
5 changed files with 37 additions and 56 deletions

View File

@@ -42,6 +42,14 @@ const Api = {
params
});
},
//配置订阅消息类型
config(data: any) {
return request<any>({
url: `${baseURL}/config`,
method: "post",
data
});
},
};
export default Api;