|
|
@@ -32,6 +32,13 @@ class ItemController extends Controller
|
|
|
|
|
|
public $sjId, $shopId, $sj;
|
|
|
|
|
|
+ public function actionBcItem()
|
|
|
+ {
|
|
|
+ ini_set('memory_limit', '2045M');
|
|
|
+ set_time_limit(0);
|
|
|
+ ItemClass::initItem(9101);
|
|
|
+ }
|
|
|
+
|
|
|
//包装纸丝带同步 ssh 20230525
|
|
|
public function actionPaperSync()
|
|
|
{
|