添加401状态

加氢预约列表,确认 拒绝
This commit is contained in:
2025-11-06 16:17:45 +08:00
parent 8ccc869a7e
commit aaf5c12735
5 changed files with 194 additions and 66 deletions

View File

@@ -1,5 +1,8 @@
allprojects {
repositories {
// 使用阿里云镜像
maven("https://maven.aliyun.com/repository/public")
maven("https://maven.aliyun.com/repository/google")
google()
mavenCentral()
}