diff --git a/jmeter/test_jmx_validity.py b/jmeter/test_jmx_validity.py new file mode 100644 index 0000000000..0519ecba6e --- /dev/null +++ b/jmeter/test_jmx_validity.py @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/jmeter/zh_cn/01_login.jmx b/jmeter/zh_cn/01_login.jmx index 56c36a0721..d2debea15e 100644 --- a/jmeter/zh_cn/01_login.jmx +++ b/jmeter/zh_cn/01_login.jmx @@ -48,15 +48,15 @@ - + Content-Type application/json;charset=UTF-8 - + Accept application/json - + User-Agent JMeter/5.6.3 @@ -202,7 +202,7 @@ false - + false { "mobile": "${mobile}", @@ -215,7 +215,7 @@ } = true - + body @@ -244,7 +244,7 @@ false - + false { "email": "${email}", @@ -256,7 +256,7 @@ } = true - + body @@ -270,7 +270,7 @@ false - + false { "email": "${email}", @@ -281,7 +281,7 @@ } = true - + body @@ -310,7 +310,7 @@ false - + false { "accessToken": "${accessToken}", @@ -319,7 +319,7 @@ } = true - + body diff --git a/modules/core/src/main/java/com/bytedesk/core/rbac/auth/AuthController.java b/modules/core/src/main/java/com/bytedesk/core/rbac/auth/AuthController.java index f960e5ba48..c963d00e5a 100644 --- a/modules/core/src/main/java/com/bytedesk/core/rbac/auth/AuthController.java +++ b/modules/core/src/main/java/com/bytedesk/core/rbac/auth/AuthController.java @@ -1,3 +1,16 @@ +/* + * @Author: jackning 270580156@qq.com + * @Date: 2024-01-29 16:21:24 + * @LastEditors: jackning 270580156@qq.com + * @LastEditTime: 2025-08-03 18:41:49 + * @Description: bytedesk.com https://github.com/Bytedesk/bytedesk + * Please be aware of the BSL license restrictions before installing Bytedesk IM – + * selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license. + * Business Source License 1.1: https://github.com/Bytedesk/bytedesk/blob/main/LICENSE + * contact: 270580156@qq.com + * + * Copyright (c) 2025 by bytedesk.com, All Rights Reserved. + */ /* * @Author: jackning 270580156@qq.com * @Date: 2024-01-29 16:21:24