From 403e1d56c8fa43d5ab9f6f96b159003144e4000d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 14 二月 2025 15:18:18 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/tabviews/custom/components/timeline/normal-timeline/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/custom/components/timeline/normal-timeline/index.jsx b/src/tabviews/custom/components/timeline/normal-timeline/index.jsx
index e0676c2..9fa4831 100644
--- a/src/tabviews/custom/components/timeline/normal-timeline/index.jsx
+++ b/src/tabviews/custom/components/timeline/normal-timeline/index.jsx
@@ -417,7 +417,7 @@
     this.setState({
       loading: true
     })
-    Api.wxNginxRequest(`express/${code}/${order}`, 'get').then(res => {
+    Api.expressRequest(`express/${code}/${order}`).then(res => {
       if (!res || typeof(res) !== 'string') {
         notification.error({
           top: 92,

--
Gitblit v1.8.0