Browse Source

fix: 安徽黄山接口后缀变更

vian 5 years ago
parent
commit
96e45f8f0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/building_saas/standard_interface/config.js

+ 1 - 1
web/building_saas/standard_interface/config.js

@@ -52,7 +52,7 @@ const INTERFACE_CONFIG = (() => {
       scriptName: 'anhui_maanshan.js',
       scriptName: 'anhui_maanshan.js',
       fileSuffix: {
       fileSuffix: {
         [BID_INVITATION]: '.GLZ',
         [BID_INVITATION]: '.GLZ',
-        [BID_SUBMISSION]: '.GLT ',
+        [BID_SUBMISSION]: '.GLT',
         [CONTROL]: '.GLX',
         [CONTROL]: '.GLX',
       },
       },
     },
     },