优化会员支付,已会员价结算

This commit is contained in:
gyq
2025-03-19 18:29:46 +08:00
parent a101cc4fb7
commit 87e8976353
11 changed files with 177 additions and 70 deletions

View File

@@ -187,7 +187,7 @@ export function callTableConfigPut(data) {
*/
export function addCallTable(data) {
return request({
method: "post",
method: data.id ? "put" : "post",
url: "/account/admin/callTable",
data,
});