|
@@ -47,6 +47,12 @@ public class CardServiceImpl implements CardService {
|
|
case 3:
|
|
case 3:
|
|
rootSourceId = "WeCom_" + generateSourceId();
|
|
rootSourceId = "WeCom_" + generateSourceId();
|
|
break;
|
|
break;
|
|
|
|
+ case 4:
|
|
|
|
+ rootSourceId = "DaiTou_" + ghId + "_" + generateSourceId();
|
|
|
|
+ break;
|
|
|
|
+ case 5:
|
|
|
|
+ rootSourceId = "gzhhzdx_" + generateSourceId();
|
|
|
|
+ break;
|
|
default:
|
|
default:
|
|
rootSourceId = "Error mini_program_type " + miniProgramType;
|
|
rootSourceId = "Error mini_program_type " + miniProgramType;
|
|
}
|
|
}
|