From e3a2245265516fef78b4737d6fffc939e7c5e0af Mon Sep 17 00:00:00 2001
From: huliguo <2023611923@qq.com>
Date: 星期四, 03 七月 2025 17:56:07 +0800
Subject: [PATCH] bug修改

---
 pt-admin/src/main/resources/application.yml |   31 ++++++++++++++++++++++++++-----
 1 files changed, 26 insertions(+), 5 deletions(-)

diff --git a/pt-admin/src/main/resources/application.yml b/pt-admin/src/main/resources/application.yml
index 0ad182d..3d20b5d 100644
--- a/pt-admin/src/main/resources/application.yml
+++ b/pt-admin/src/main/resources/application.yml
@@ -16,7 +16,7 @@
 # 开发环境配置
 server:
   # 服务器的HTTP端口,默认为8080
-  port: 8084
+  port: 8086
   servlet:
     # 应用的访问路径
     context-path: /
@@ -88,7 +88,13 @@
         # #连接池最大阻塞等待时间(使用负值表示没有限制)
         max-wait: -1ms
         time-between-eviction-runs:
-
+aliyun:
+  oss:
+    endpoint: oss-cn-chengdu.aliyuncs.com
+    access-key-id: LTAI5tRtwxPMw8aohbLLcjjo       # 你的AccessKey ID
+    access-key-secret: NSKeley8OjCsl7AQJnDKxPIh1dIaOu # 你的AccessKey Secret
+    bucket-name: weiersusong                     # 你的存储空间名称
+    domain: weiersusong.oss-cn-chengdu.aliyuncs.com # 访问域名
 # token配置
 token:
   # 令牌自定义标识
@@ -139,9 +145,18 @@
   # 匹配链接
   urlPatterns: /system/*,/monitor/*,/tool/*
 wx:
-  appletsAppid: wxedd7aefdfaf897cf
+  appid: wxedd7aefdfaf897cf
   appletsAppSecret: e1a8dba539294da6b935e8f0f3b09aac
-
+  mchId: 1719862902
+  key: 5Kb8zX9qR2TdF7Yw3vHnJgLp6sA4cE1M
+  callbackPath: http://221.182.45.100:8086
+  certPath: classpath:cert/apiclient_cert.p12
+  RASPath:
+ali:
+  accessKeyId: LTAI5tRtwxPMw8aohbLLcjjo
+  accessKeySecret: NSKeley8OjCsl7AQJnDKxPIh1dIaOu
+  signName: 玮儿科技
+  templateCode: SMS_319401491
   # 不校验白名单
 weapp:
   security:
@@ -202,8 +217,14 @@
       - /app/banner/delete
       - /app/banner/detail
       - /app/phone/saveServicePhone
+      - /app/phone/getSysPhone
       - /app/vipSetting/setPrice
       - /app/vipSetting/getVipList
+      - /app/vipSetting/getPrice
       - /app/feedback/list
       - /app/feedback/delete
-      - /app/feedback/dispose
\ No newline at end of file
+      - /app/feedback/dispose
+      - /app/report/add
+      - /app/agreement/addAgreement/content
+      - /app/agreement/getAgreement/content
+      - /app/user/refundPayMoneyCallback
\ No newline at end of file

--
Gitblit v1.7.1