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
修改视频创建逻辑、新增图片检查接口、新增百度API接口、修改上传阿里云检查、新增回调接口
private_deployment
lrh
1 year ago
parent
7db93fa163
commit
f9c85feb65
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
suimangService/src/main/java/com/iformall/domain/vo/VoiceInfoVo.java
+ 10
- 0
suimangService/src/main/java/com/iformall/domain/vo/VoiceInfoVo.java
View File
@@ -0,0 +1,10 @@
package com.iformall.domain.vo;
import lombok.Data;
@Data
public class VoiceInfoVo {
private String url;
private String name;
}
Write
Preview
Loading…
Cancel
Save