|
@@ -64,7 +64,7 @@ const getURL = () => {
|
|
|
const getAllPlate = () => {
|
|
|
return new Promise(async (resolve, reject) => {
|
|
|
postRequest(
|
|
|
- "http://makertest.yumuit.com/noauth/apiinfo/groupsforadmin",
|
|
|
+ "http://app-manager.kexiaoshuang.com/noauth/apiinfo/groupsforadmin",
|
|
|
{
|
|
|
key: "kxs#2024"
|
|
|
}
|
|
@@ -99,7 +99,7 @@ const getGroupUrl = async (checkPlate = []) => {
|
|
|
);
|
|
|
}, 5000);
|
|
|
postRequest(
|
|
|
- "http://makertest.yumuit.com/noauth/apiinfo/listforadmin",
|
|
|
+ "http://app-manager.kexiaoshuang.com/noauth/apiinfo/listforadmin",
|
|
|
parameters
|
|
|
)
|
|
|
.then(async res => {
|