@@ -43,7 +43,7 @@ class GhsController extends BaseController
//添加虚拟的供货商 ssh 20230305
public function actionAddGhs()
{
- util::fail('即将上线');
+ util::fail('开发中,即将上线');
$post = Yii::$app->request->post();
$name = $post['name'] ?? '';
if (empty($name)) {