|
|
@@ -209,7 +209,7 @@ public class VoiceMouldController extends BaseController { |
|
|
|
Integer paidCount = productOrderService.findPaidCount(po); |
|
|
|
if (null == paidCount || paidCount <= 0 ) { |
|
|
|
if (time > 60) { |
|
|
|
return new ResultData(ErrorCode.MEMBER_NO_POINTS.getCode(),"视频最大时长为60秒,当前时长为"+time+"秒","video max times is 60 seconds. current is"+time+" seconds"); |
|
|
|
return new ResultData(Result.ERROR,"视频最大时长为60秒,当前时长为"+time+"秒","video max times is 60 seconds. current is"+time+" seconds"); |
|
|
|
} |
|
|
|
} |
|
|
|
return new ResultData(pv); |
|
|
|