king
2023-07-16 20ee12d8c2f7f59f56df87032ad56dc69e7e8782
src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -1316,6 +1316,12 @@
      _params.method = 'post'
    }
    if (btn.ContentType) {
      _params.headers = {
        'Content-Type': btn.ContentType
      }
    }
    Api.directRequest(_params).then(res => {
      if (typeof(res) !== 'object') {
        let error = '未知的返回结果!'