@@ -81,7 +81,19 @@ return array
'key' => '1',
// 'place' => '759*562',
),
-
+
+ 'mobile' => array
+ (
+ 'type' => 'bigint-11',
+ 'name' => '客服电话',
+ 'default' => '',
+ 'desc' => '请输入客服电话',
+ 'match' => Dever::rule('mobile'),
+ 'update' => 'text',
+ //'search' => 'fulltext',
+ 'list' => true,
+ ),
'desc' => array
(
'type' => 'varchar-500',
@@ -165,6 +165,7 @@ Class Api extends Core {
if($data['info']['status'] == 6){
$data['info']['refund_cash'] = $data['info']['price'];
}
+ $data['info']['mobile'] = $active['mobile'];
return $data;