king
2022-08-23 113ff1aa0d62549730f1413fe5ffcadcf3a14f11
src/templates/sharecomponent/settingcomponent/settingform/index.jsx
@@ -346,10 +346,10 @@
        sumParam.secretkey = Utils.encrypt('', sumParam.timestamp)
      }
      
      Api.getLocalConfig(param).then(result => {
      Api.genericInterface(param).then(result => {
        if (result.status) {
          if (sumParam) {
            Api.getLocalConfig(sumParam).then(res => {
            Api.genericInterface(sumParam).then(res => {
              if (res.status) {
                _resolve()
              } else {