阶段更新

This commit is contained in:
2020-09-29 14:17:56 +08:00
parent 996ed300f5
commit abfcfab3ba
26 changed files with 936 additions and 946 deletions

View File

@@ -0,0 +1,13 @@
<?php
namespace App\Models;
class UnionPayLog extends Model
{
protected $casts = [
'in_source' => 'array',
'out_source' => 'array',
];
}