隐藏客户信息

This commit is contained in:
“wanyongkang”
2021-01-14 12:21:44 +08:00
parent 9f42a840c9
commit e48705f1e0
2 changed files with 6 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ class CashOutAdmin extends Controller
foreach ($list as &$v) {
$v['status'] = $status[$v['status']];
$v['alipay_account'] = substr($v['alipay_account'], 0, 3) . '***' . substr($v['alipay_account'], -3);
$v['username'] = substr($v['username'], 0, 3) . '***' . substr($v['username'], -3);
}
$data = [