From c32103e6ee876343c2629ba08898994fba45e2bf Mon Sep 17 00:00:00 2001 From: liuxiaohua Date: Fri, 16 May 2025 11:58:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20[2025-05-16]=20=E6=A2=B3?= =?UTF-8?q?=E7=90=86=E5=8F=91=E5=B8=83=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 发版/2025/20250423-电商订单对接发布.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/发版/2025/20250423-电商订单对接发布.md b/发版/2025/20250423-电商订单对接发布.md index 2a93565..1df08e9 100644 --- a/发版/2025/20250423-电商订单对接发布.md +++ b/发版/2025/20250423-电商订单对接发布.md @@ -412,17 +412,17 @@ SET FOREIGN_KEY_CHECKS = 1; - 测试 ```sql -INSERT INTO `dev_qifu_saas_eg`.`eg_order_app` (`id`, `channel`, `app_name`, `client_id`, `client_secret`, `dev_id`, +INSERT INTO `eg_order_app` (`id`, `channel`, `app_name`, `client_id`, `client_secret`, `dev_id`, `scopes`, `redirect_uri`, `attach_info`, `create_user_id`, `create_by`, `create_time`, `update_user_id`, `update_by`, `update_time`, `deleted`) VALUES (4, 4, '', '132783', 'RMS5Jt8B6jpjECsSKnb0sL2d2kLHrXSJ', '', NULL, - 'http://tqifutest-api.texous.cn/qifu-saas-eg/open/order/oauth/callback/4', NULL, 0, '', 1, 0, '', 0, 0); + 'https://tqifutest-api.texous.cn/qifu-saas-eg/open/order/oauth/callback/4', NULL, 0, '', 1, 0, '', 0, 0); ``` - UAT ```sql -INSERT INTO `dev_qifu_saas_eg`.`eg_order_app` (`id`, `channel`, `app_name`, `client_id`, `client_secret`, `dev_id`, +INSERT INTO `eg_order_app` (`id`, `channel`, `app_name`, `client_id`, `client_secret`, `dev_id`, `scopes`, `redirect_uri`, `attach_info`, `create_user_id`, `create_by`, `create_time`, `update_user_id`, `update_by`, `update_time`, `deleted`) VALUES (4, 4, '', '132783', 'RMS5Jt8B6jpjECsSKnb0sL2d2kLHrXSJ', '', NULL, @@ -432,7 +432,7 @@ VALUES (4, 4, '', '132783', 'RMS5Jt8B6jpjECsSKnb0sL2d2kLHrXSJ', '', NULL, - 生产 ```sql -INSERT INTO `dev_qifu_saas_eg`.`eg_order_app` (`id`, `channel`, `app_name`, `client_id`, `client_secret`, `dev_id`, +INSERT INTO `eg_order_app` (`id`, `channel`, `app_name`, `client_id`, `client_secret`, `dev_id`, `scopes`, `redirect_uri`, `attach_info`, `create_user_id`, `create_by`, `create_time`, `update_user_id`, `update_by`, `update_time`, `deleted`) VALUES (4, 4, '', '132783', 'RMS5Jt8B6jpjECsSKnb0sL2d2kLHrXSJ', '', NULL, @@ -471,9 +471,9 @@ qifu: keyfil: webhooks: #- 生产 - #- - url: http://172.17.229.30:18088/api/pssystem/event/changeContact + - url: http://172.17.229.30:18088/api/pssystem/event/changeContact #- 测试 - - url: http://172.17.229.30:18080/api/pssystem/event/changeContact + #- - url: http://172.17.229.30:18080/api/pssystem/event/changeContact timeout: 6000 events: - change_contact