WANG 5 years ago
parent
commit
68f6ff86b2

+ 1 - 2
examcloud-core-basic-api-provider/src/main/java/cn/com/qmth/examcloud/core/basic/api/controller/OrgController.java

@@ -637,9 +637,8 @@ public class OrgController extends ControllerSupport {
 		return properties;
 	}
 
-	@Naked
 	@ApiOperation(value = "上传机构属性集合至upyun")
-	@GetMapping("uploadOrgProperties2Upyun/{orgId}/{propertyGroupId}")
+	@PostMapping("uploadOrgProperties2Upyun/{orgId}/{propertyGroupId}")
 	public List<String> uploadOrgProperties2Upyun(@PathVariable Long orgId,
 			@PathVariable String propertyGroupId) {
 		Map<String, String> properties = getOrgPropertiesByGroup(orgId, propertyGroupId);