|
|
|
@ -1,23 +1,15 @@ |
|
|
|
package com.bnyer.file.service.impl; |
|
|
|
|
|
|
|
import cn.hutool.core.img.Img; |
|
|
|
import com.alibaba.fastjson.JSON; |
|
|
|
import com.alibaba.fastjson.JSONArray; |
|
|
|
import com.alibaba.fastjson.JSONObject; |
|
|
|
import com.bnyer.file.config.TikTokConfig; |
|
|
|
import com.bnyer.file.service.IFileService; |
|
|
|
import com.bnyer.file.service.IQiniuService; |
|
|
|
import com.bnyer.file.service.ITikTokImage; |
|
|
|
import com.bnyer.file.utils.HttpUtils; |
|
|
|
import com.bnyer.file.utils.ImgUtil; |
|
|
|
import com.bnyer.file.vo.ChekFileVo; |
|
|
|
import com.bnyer.file.vo.TiktokImgVo; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.web.multipart.MultipartFile; |
|
|
|
|
|
|
|
import java.util.ArrayList; |
|
|
|
import java.util.HashMap; |
|
|
|
|
|
|
|
/** |
|
|
|
* @Author: Yeman |
|
|
|
|