作者 李宇航

合并分支 'lyh-server' 到 'master'

gxai_blog发送频率



查看合并请求 !1454
... ... @@ -63,11 +63,11 @@ class Project extends Base
*/
public static function typeBlogFrequency(){
return [
1=>'1-2天',
2=>'2-3天',
3=>'2-4天',
4=>'3-5天',
5=>'5-7天',
1=>'1-2',
2=>'2-3',
3=>'2-4',
4=>'3-5',
5=>'5-7',
];
}
... ...