admin_material_1015_2

This commit is contained in:
dengbw
2021-10-15 16:27:50 +08:00
committed by lccsw
parent fd6cf362f7
commit faa12ada6c
@@ -23,7 +23,7 @@ class Material_template_model extends HD_Model
*/
public function typeAry()
{
return array(4 => '图片海报', 1 => '推广视频', 2 => '朋友圈海报');
return array(4 => '蓄客海报', 1 => '蓄客视频', 2 => '蓄客轮播海报');
//return array(4 => '图片海报', 1 => '推广视频', 2 => '朋友圈海报', 3 => '朋友圈文案');
}