This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
suimangServer
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
feat:去掉身份验证注解
private_deployment
xmzhao71
1 year ago
parent
c1a678b7cb
commit
62adeba6c9
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
suimangCApi/src/main/java/com/iformall/controller/VoiceLanguageController.java
+ 0
- 1
suimangCApi/src/main/java/com/iformall/controller/VoiceLanguageController.java
View File
@@ -18,7 +18,6 @@ public class VoiceLanguageController {
@Autowired
private VoiceLanguageService voiceLanguageService;
@AuthIgnore
@ApiOperation("根据文案获取语种")
@PostMapping("getLanguage")
public ResultData getLanguage(@RequestBody GetLanguageDTO dto) {
Write
Preview
Loading…
Cancel
Save