From e9dba0136ace4a62ff5a9c30941b79fc15d10c33 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期一, 04 八月 2025 10:46:50 +0800 Subject: [PATCH] 增加定时任务查询订单状态 --- UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongProperties.java | 89 ++++++++++++++++++++++++-------------------- 1 files changed, 49 insertions(+), 40 deletions(-) diff --git a/UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongProperties.java b/UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongProperties.java index 4438e9b..90a4b14 100644 --- a/UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongProperties.java +++ b/UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/qianyuntong/QianYunTongProperties.java @@ -8,41 +8,6 @@ */ public interface QianYunTongProperties { /************************************开发/测试start***********************************/ - -// /** -// * appkey -// */ -// String appkey = "10001104"; -// /** -// * 私钥地址 -// */ -// String privateKeyPath = "C:\\Users\\39373\\Desktop\\黔云通\\private_key_test.pem"; -// /** -// * 私钥地址 -// */ -// String privateKeyPath = "/root/server/app/key/private_key_test.pem"; -// /** -// * 消费者账号 -// */ -// String userName = "xiaofei"; -// /** -// * 状态 -// * 1:生产环境 -// * 2:测试环境 -// */ -// String status = "1"; -// /** -// * API地址 -// */ -// String apiUrl = "https://test-zhongtai.stqcloud.com:10070"; -// /** -// * 桶名 -// */ -// String bucketName = "bucuTest0625"; - - /************************************开发/测试end***********************************/ - - /************************************生产start***********************************/ /** * appkey @@ -51,15 +16,16 @@ /** * 私钥地址 */ -// String privateKeyPath = "C:\\Users\\39373\\Desktop\\黔云通\\private_key.pem"; +// String privateKeyPath = "C:\\Users\\39373\\Desktop\\黔云通\\private_key_test.pem"; + String privateKeyPath = "C:\\Users\\Administrator\\Desktop\\private_key_test.pem"; /** * 私钥地址 */ - String privateKeyPath = "/root/server/app/key/private_key.pem"; +// String privateKeyPath = "/root/server/app/key/private_key_test.pem"; /** * 消费者账号 */ - String userName = "xiwang"; + String userName = "xiaofei"; /** * 状态 * 1:生产环境 @@ -69,11 +35,54 @@ /** * API地址 */ - String apiUrl = "http://jjzhongtai.stqcloud.com:10010"; + String apiUrl = "https://test-zhongtai.stqcloud.com:10070"; /** * 桶名 */ - String bucketName = "qyt20250702"; + String bucketName = "bucuTest0625"; + /** + * 场景编号 + */ + String sceneId = "1948289607125864448"; + + /************************************开发/测试end***********************************/ + + /************************************生产start***********************************/ + +// /** +// * appkey +// */ +// String appkey = "10001104"; +// /** +// * 私钥地址 +// */ +//// String privateKeyPath = "C:\\Users\\39373\\Desktop\\黔云通\\private_key.pem"; +// /** +// * 私钥地址 +// */ +// String privateKeyPath = "/root/server/app/key/private_key.pem"; +// /** +// * 消费者账号 +// */ +// String userName = "xiwang"; +// /** +// * 状态 +// * 1:生产环境 +// * 2:测试环境 +// */ +// String status = "1"; +// /** +// * API地址 +// */ +// String apiUrl = "http://jjzhongtai.stqcloud.com:10010"; +// /** +// * 桶名 +// */ +// String bucketName = "qyt20250702"; +// /** +// * 场景编号 +// */ +// String sceneId = "1948289607125864448"; /************************************生产end***********************************/ -- Gitblit v1.7.1