|
@@ -14,6 +14,11 @@ use Yii;
|
|
|
class KindController extends Controller
|
|
class KindController extends Controller
|
|
|
{
|
|
{
|
|
|
|
|
|
|
|
|
|
+ public function actionCs()
|
|
|
|
|
+ {
|
|
|
|
|
+ echo 123;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
//品类更新 ssh 20230320
|
|
//品类更新 ssh 20230320
|
|
|
public function actionUpdate()
|
|
public function actionUpdate()
|
|
|
{
|
|
{
|