|
@@ -125,6 +125,7 @@ class Pond extends Api
|
|
|
$v['show_image'] = $method_info['show_images'];
|
|
|
$v['yutang_name'] = $method_info['yutang_name'];
|
|
|
$v['moshi'] = $method_info['moshi'];
|
|
|
+ $v['m_type'] = $method_info['type'];
|
|
|
$v['date'] = date('Y-m-d');
|
|
|
$v['count'] = $order_code_model->where('time_id',$v['id'])->where($where)->count();
|
|
|
}
|