Explorar el Código

合同管理新增商户认证

mengqiankang hace 2 meses
padre
commit
25ffbbe97f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      common/esigntool/main.py

+ 1 - 1
common/esigntool/main.py

@@ -42,7 +42,7 @@ def get_auth_flow_id():
         #         "manage_org_resource"
         #     ]
         # },
-        "notifyUrl": "http://120.26.186.130:33333",
+        "notifyUrl": "http://120.26.186.130:33333/api/store/esign/callback_auth",
         "transactorUseSeal": True
     }
     json_headers = buildSignJsonHeader(config.appId, config.scert, method, api_path, body=body)