浏览代码

合同管理新增商户认证

mengqiankang 2 月之前
父节点
当前提交
25ffbbe97f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)