Commit 2e6c7bb7 authored by jianghaiming's avatar jianghaiming

update:添加上下架

parent 55be1fd3
......@@ -272,7 +272,9 @@ class GoodsService
$skuParams['online_status'] = 0;
break;
default:
# code...
$skuParams['online_type'] = 1;
$skuParams['online_status'] = 0;
$skuParams['online_start_time'] = date("Y-m-d H:i:s");
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment