king
2025-02-14 403e1d56c8fa43d5ab9f6f96b159003144e4000d
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,