update inner check (#16700)

This commit is contained in:
iamkun
2019-07-24 12:08:03 +08:00
committed by Zhi Cun
parent e8483acb08
commit 11417a3561
2 changed files with 12 additions and 14 deletions

View File

@@ -19,10 +19,6 @@ export const getTestEle = () => {
return get(`${hostList.alpha}getVariable`);
};
export const getTestAli = () => {
return get(`https://private-alipayobjects.alipay.com/alipay-rmsdeploy-image/rmsportal/VmvVUItLdPNqKlNGuRHi.png?t=${Date.now()}`);
};
export const updateVars = (data, cb) => {
return post(`${host}updateVariable?version=${version}`, data, cb);
};