渠道版优化导出+一堆因为换行符不同的为念

This commit is contained in:
2020-09-02 10:18:15 +08:00
parent 96a474493c
commit 758146a02b
11 changed files with 200 additions and 68 deletions

View File

@@ -4,10 +4,8 @@ namespace App\Models;
class UserCode extends Model
{
protected $casts = [
'codes' => 'array',
'profit' => 'array',
];
}