Authored by 郭成尧

'yh_channel'

@@ -11,13 +11,13 @@ const _ = require('lodash'); @@ -11,13 +11,13 @@ const _ = require('lodash');
11 11
12 const yhChannel = { 12 const yhChannel = {
13 men: { 13 men: {
14 - channel: '1' 14 + channel: '301'
15 }, 15 },
16 women: { 16 women: {
17 - channel: '2' 17 + channel: '302'
18 }, 18 },
19 lifestyle: { 19 lifestyle: {
20 - channel: '4' 20 + channel: '303'
21 } 21 }
22 }; 22 };
23 23