Authored by 于良

更新客服时间 review by 枪兵

@@ -46,7 +46,7 @@ let defaults = Immutable.fromJS([ @@ -46,7 +46,7 @@ let defaults = Immutable.fromJS([
46 { 46 {
47 id: 99, 47 id: 99,
48 inboxCatName: '在线客服', 48 inboxCatName: '在线客服',
49 - content: '服务时间:08:00-24:00', 49 + content: '服务时间:08:00-22:30',
50 unReadCount:0, 50 unReadCount:0,
51 createTime:'', 51 createTime:'',
52 img_url: '', 52 img_url: '',
@@ -25,7 +25,7 @@ export default function messageReducer(state=initialState, action) { @@ -25,7 +25,7 @@ export default function messageReducer(state=initialState, action) {
25 let onlineService = { 25 let onlineService = {
26 id: 99, 26 id: 99,
27 inboxCatName: '在线客服', 27 inboxCatName: '在线客服',
28 - content: '服务时间:08:00-24:00', 28 + content: '服务时间:08:00-22:30',
29 unReadCount:0, 29 unReadCount:0,
30 createTime:'', 30 createTime:'',
31 imageUrl: '', 31 imageUrl: '',