2021-04-09 20:19:31 +08:00
|
|
|
|
package ink.wgink.properties;
|
|
|
|
|
|
|
|
|
|
import ink.wgink.properties.FileMediaBaseMaxDurationProperties;
|
2021-01-28 12:13:15 +08:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* When you feel like quitting. Think about why you started
|
|
|
|
|
* 当你想要放弃的时候,想想当初你为何开始
|
|
|
|
|
*
|
|
|
|
|
* @ClassName: FileBackendMediaMaxDurationProperties
|
|
|
|
|
* @Description: 微信媒体最大时长
|
|
|
|
|
* @Author: WangGeng
|
|
|
|
|
* @Date: 2020/5/31 16:50
|
|
|
|
|
* @Version: 1.0
|
|
|
|
|
**/
|
2021-01-31 18:31:13 +08:00
|
|
|
|
public class FileMediaWechatMaxDurationProperties extends FileMediaBaseMaxDurationProperties {
|
2021-01-28 12:13:15 +08:00
|
|
|
|
}
|