@qq286531097
2018-03-01T06:29:56.000000Z
字数 670
阅读 216
vans
//核心调用
kernel::single('b2c_fcode_code')->getRedisToDb($step = 1000);
//脚本位置
project/app/b2c/testcase/get_redisinfo.php
//核心调用(两个参数都必须传入)
kernel::single('b2c_fcode_code')->insSubInfo($startNum, $endNum);
//脚本位置
project/app/b2c/testcase/ins_subinfo.php
//核心调用(两个参数都必须传入)
kernel::single('b2c_fcode_code')->getRedisData($startNum, $endNum);
//脚本位置
project/app/b2c/testcase/get_redis_data.php
kernel::single('b2c_fcode_code')->getLottery($len = 122);
//脚本位置
project/app/b2c/testcase/get_lottery.php
//依次从主键递增,更新对应的数据
kernel::single('b2c_fcode_code')->createcode($len = 122);