|
@@ -45,20 +45,7 @@ public class CardServiceImpl implements CardService {
|
|
|
|
|
|
private static final List<String> useShareImgPathList = new ArrayList<String>();
|
|
|
|
|
|
- private static final List<String> useSmallPlayImgPathList = new ArrayList<String>() {{
|
|
|
- add("生活情感叁读");
|
|
|
- add("缘来养心厅");
|
|
|
- add("心灵情感驿站");
|
|
|
- add("生活良读");
|
|
|
- add("祝福养心厅");
|
|
|
- add("音药金曲厅");
|
|
|
- add("音药养心馆");
|
|
|
- add("农耕趣时刻");
|
|
|
- add("趣史论");
|
|
|
- add("妙招持家帮手");
|
|
|
- add("多彩妙生活");
|
|
|
- add("史记趣言");
|
|
|
- }};
|
|
|
+ private static final List<String> useSmallPlayImgPathList = new ArrayList<String>();
|
|
|
|
|
|
|
|
|
public JSONObject createGzhPath(String videoId, String sharedUid, String ghId, Integer miniProgramType) throws UnsupportedEncodingException {
|