|
@@ -241,7 +241,18 @@ public class ApiController {
|
|
|
private final WmQuizService quizService;
|
|
|
private final WmPlatformQuizTestResultService platformQuizTestResultService;
|
|
|
|
|
|
- private static final String[] RANDOM_QUIZ_URL = {"https://lit.yaoyi.net/s/785f65dc549b4b99b5a26da5b4dbcc15"};
|
|
|
+ private static final String[] RANDOM_QUIZ_URL = {
|
|
|
+ "https://lit.yaoyi.net/s/785f65dc549b4b99b5a26da5b4dbcc15",
|
|
|
+ "https://lit.yaoyi.net/s/a26d3dfe2e3b44efa2afdd33d756b285",
|
|
|
+ "https://lit.yaoyi.net/s/26267505363c428ebc7717b841ed88f7",
|
|
|
+ "https://lit.yaoyi.net/s/c1610eb36b22480c934b2ea12233ee89",
|
|
|
+ "https://lit.yaoyi.net/s/12a5ca1fc3af4c43a7d7239376032a87",
|
|
|
+ "https://lit.yaoyi.net/s/b095a052880147d3a9d967cde3a6d060",
|
|
|
+ "https://lit.yaoyi.net/s/b7b6f385852144f3a7402dc844a777ea",
|
|
|
+ "https://lit.yaoyi.net/s/711885d5f83840cea76b7715cdd7359a",
|
|
|
+ "https://lit.yaoyi.net/s/3c5bac674e1b43c29aab87459216b6ea",
|
|
|
+ "https://lit.yaoyi.net/s/dc7f31f6d632493596e1d2e0f8345de9"
|
|
|
+ };
|
|
|
|
|
|
/**
|
|
|
* 通过任务类型获取表单配置
|