李帅

1.dev:系列可能有问题。部署时要暂停

......@@ -64,7 +64,7 @@ class DevFFmpeg extends Command
*/
public function handle()
{
dd(1);
// 分情况 1.用户视频,2.用户录音
// 注意事项:1.考虑用户是否会员;非会员分辨率 720x1280,会员分辨率1440x2560
// 2.同时字体大小也很方便确定。
......
......@@ -38,6 +38,7 @@ class DevGoogle extends Command
*/
public function handle()
{
dd(1);
$gp = new GooglePayment();
......
......@@ -38,6 +38,7 @@ class DevPinyin extends Command
*/
public function handle()
{
dd(1);
$arr = [
'胡的接班人' => '***',
'钦定接班人' => '***',
......