From 7abafcc28ce972096fbee0368b3fb2884187062a Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Mon, 9 May 2022 15:31:22 +0800 Subject: [PATCH] no message --- api/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api.js b/api/api.js index 81049c0..02f963f 100644 --- a/api/api.js +++ b/api/api.js @@ -1,4 +1,4 @@ -const url_ = "http://ld.win.sa0.online:81"; +const url_ = "http://code.dev.sa0.online:88"; let url_array = {}; url_array['设置账号'] = `${url_}/api/mp/user/set_user_account`; url_array['设置手机号'] = `${url_}/api/mp/user/set_user_phone`;