|
|
@@ -8,7 +8,7 @@ use Yii;
|
|
|
class MessageController extends Controller
|
|
|
{
|
|
|
|
|
|
- //花店采购通知供货商 ssh 20230805
|
|
|
+ //花店采购通知供货商 ssh 20230805
|
|
|
public function actionHdCgNoticeGhs()
|
|
|
{
|
|
|
$noticeKey = "hdCgNoticeGhs";
|
|
|
@@ -19,4 +19,9 @@ class MessageController extends Controller
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ public function actionCs()
|
|
|
+ {
|
|
|
+ echo '123';
|
|
|
+ }
|
|
|
+
|
|
|
}
|