king
2023-07-16 4546530b83c119280a3631be82b5f070c8713c03
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 = '未知的返回结果!'