/*
 * @Author: wzi
 * @Date: 2018-02-26 16:38:51
 * @Last Modified by: wzi
 * @Last Modified time: 2018-09-17 16:23:25
 * 用户的模拟数据
 */
// import Mock from 'mockjs';
// interface ReactRouletteSlotRespond {
//     list: RouletteSlotData;
// }
// const rouletteSlotData = (): ReactRouletteSlotRespond =>
//     Mock.mock({
//         'list|12': [
//             {
//                 'id|+1': [
//                     1000,
//                     1001,
//                     1003,
//                     1004,
//                     1005,
//                     1006,
//                     1007,
//                     1008,
//                     1009,
//                     1010,
//                     1011,
//                     1012,
//                     1013,
//                 ],
//                 img: '@image(30x30)',
//                 label: '@first',
//             },
//         ],
//     });

// export default { rouletteSlotData };
