按照PK记录为PK双方添加积分

This commit is contained in:
2026-03-26 16:35:31 +08:00
parent 8b8bfc4b6f
commit 3fdd75a5df
10 changed files with 197 additions and 15 deletions

View File

@@ -62,7 +62,8 @@ public class SaTokenConfigure implements WebMvcConfigurer {
"/systemMessage/list",
"/pk/pkListForPython",
"/pk/insertPkDetail",
"/pk/updatePkRecordInfo"
"/pk/updatePkRecordInfo",
"/pk/grantPkResultPoints"
};
}