@@ -100,6 +100,9 @@ public class CardGeneratorServiceImpl implements CardGeneratorService {
case 7:
rootSourceId = "fwhtouliu_" + ghId + "_" + generateSourceId();
break;
+ case 8:
+ rootSourceId = "fwhmh_" + generateSourceId();
+ break;
default:
rootSourceId = "Error mini_program_type " + miniProgramType;
}