跳过个别活动和挂机的测试;关闭两个接口的 protobuf;修改部分测试用例和接口代码
This commit is contained in:
@@ -494,7 +494,9 @@ export async function accomplishTask(serverId: number, roleId: string, taskType:
|
||||
// console.log('accomplishTask', roleId, taskType, count, JSON.stringify(parma))
|
||||
let dicTaskType = gameData.taskDescByType.get(taskType);
|
||||
let pushMessage = [];
|
||||
let { activityGroupId } = await ServerlistModel.findByServerId(serverId);
|
||||
let serverInfo = await ServerlistModel.findByServerId(serverId);
|
||||
if (!serverInfo) return;
|
||||
let { activityGroupId } = serverInfo;
|
||||
let findActivitiesByTypes = async (types: number[]) => {
|
||||
if(activities) {
|
||||
let result: ActivityModelType[] = [];
|
||||
|
||||
Reference in New Issue
Block a user