🐛 #2921 【小程序】修改使用okhttp及jodd方式请求创建直播间接口报错的问题

This commit is contained in:
Binary Wang
2023-01-28 14:21:29 +08:00
parent 112f7c100e
commit 9818ba3ab7
3 changed files with 5 additions and 5 deletions

View File

@@ -40,14 +40,14 @@ public class WxMaLiveServiceImplTest {
roomInfo.setName("订阅通知直播间");
roomInfo.setCoverImg(mediaUpload.getMediaId());
Calendar c = Calendar.getInstance();
c.set(2020, Calendar.DECEMBER, 10, 8, 0);
c.set(2023, Calendar.FEBRUARY, 10, 8, 0);
roomInfo.setStartTime(c.getTimeInMillis() / 1000);
c.set(2020, Calendar.DECEMBER, 10, 12, 0);
c.set(2023, Calendar.FEBRUARY, 10, 12, 0);
roomInfo.setEndTime(c.getTimeInMillis() / 1000);
roomInfo.setAnchorName("鹏军_专业小程序开发");
roomInfo.setAnchorWechat("pengjun939961241");
roomInfo.setCreaterWechat("pengjun939961241");
roomInfo.setShareImg(mediaUpload.getMediaId());
roomInfo.setFeedsImg(mediaUpload.getMediaId());
roomInfo.setType(1);
roomInfo.setScreenType(1);
roomInfo.setCloseLike(0);