king
2022-08-23 113ff1aa0d62549730f1413fe5ffcadcf3a14f11
src/menu/datasource/verifycard/index.jsx
@@ -619,10 +619,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 {