|
@@ -8,7 +8,7 @@
|
|
|
* @param count 要生成的数量
|
|
|
* @return 生成的兑换码保存在/download/文件夹下,可通过外网提取,保存到本地后要及时删除
|
|
|
*/
|
|
|
-class CouponFactoryCommand extends CConsoleCommand{
|
|
|
+class ImportCouponCommand extends CConsoleCommand{
|
|
|
public function run($args) {
|
|
|
ini_set('memory_limit', '256M');
|
|
|
set_time_limit(0);
|