wxr
2024-09-12 5f888ec7769f3b6dc28723824f9293f447ffbdc7
Update Send.cs
1个文件已修改
5 ■■■■■ 已修改文件
HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs
@@ -54,8 +54,9 @@
            //如果是token过期则刷新token
            if (responsePackNew.Code == StateCode.TOKEN_EXPIRED)
            {
                RefreshToken();
                GetLogicIdList(isTip);
                //RefreshToken();
                //GetLogicIdList(isTip);
                return null;
            }
            if (Check(responsePackNew, isTip) == false)
            {