完成新版店铺管理三方设置

This commit is contained in:
gyq
2026-01-15 13:54:19 +08:00
parent 3b19d58f27
commit ed8be8a16a
7 changed files with 271 additions and 174 deletions

View File

@@ -10,7 +10,7 @@ export function searchstorestatus(type) {
return request_php({
method: "post",
headers: {
clint_type: type
'ClintType': type
},
url: "/meituan/searchstorestatus"
});
@@ -79,7 +79,7 @@ export function getuisdk(data) {
return request_php({
method: "post",
headers: {
clint_type: 2
'ClintType': 2
},
url: "/douyin/getuisdk",
data,
@@ -214,7 +214,7 @@ export function thirdPartyCoupon_bindUrl(data) {
return request_php({
method: "post",
headers: {
clint_type: 1
'ClintType': 1
},
url: "/meituan/getuisdkurl",
data,