对curl增加日志

This commit is contained in:
cloud 2024-12-24 21:21:53 +08:00
parent 91bde9fa4b
commit 4abf57e6c0
2 changed files with 2 additions and 1 deletions

View File

@ -281,7 +281,7 @@ trait tdata
$field = 'el.e_enable,el.e_number,el.e_vid,el.e_bno,el.e_aps,el.e_size,el.e_label,la.*,ct.h_cid';// el.e_text,
break;
case 'expschedule':
$field = 'el.e_vid,el.e_bno,el.e_label,el.e_size,la.*,ct.h_cid';// el.e_text,
$field = 'el.e_vid,el.e_bno,el.e_label,el.e_aps,el.e_size,la.*,ct.h_cid';// el.e_text,
break;
case 'villages':
$field

View File

@ -98,6 +98,7 @@ trait tfield
'v_address' => '详细地址',
'v_type' => '资源类型',
'e_bno' => '道闸位置',
'e_aps' => '广告位位置',
'number' => '数量',
'e_label' => '类型',
'e_size' => '规格',