对接订单列表接口

This commit is contained in:
gyq
2025-03-01 14:08:24 +08:00
parent d3ed4ec8e6
commit 573dd88b24
21 changed files with 2769 additions and 1674 deletions

View File

@@ -77,3 +77,16 @@ export function shopTable(params) {
params,
});
}
/**
* 支付方式列表
* @param {*} params
* @returns
*/
export function getPayType(params) {
return request({
method: "get",
url: "/account/admin/payType",
params,
});
}