Fix:5882 【商城小程序】【商户入驻-特产供应商/文玩供应商】填写特产供应商的基本信息资料,文玩供应商的基本信息会被自动同步填写成一模一样的(测试用户ID:5838 配)

This commit is contained in:
linxi
2026-08-26 09:37:02 +08:00
parent 59dec5c11c
commit 1687f417d7
2 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ export function getShopData(params) {
// 查看商户申请
// 1-特产供应商 2-店铺 3-文玩供应商
export function getShopInfo() {
return request.get("/merchantApply/info", {}, {login: true})
export function getShopInfo(params) {
return request.get("/merchantApply/info", params, {login: true})
}
// 4-采购批发商