完成新版店铺管理三方设置
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user