shish 2 lat temu
rodzic
commit
a30ab8dba5

+ 1 - 0
app-ghs/controllers/TestController.php

@@ -47,6 +47,7 @@ class TestController extends BaseController
             //['name' => '昱成OK', 'merchantNo' => '8226900599200KY', 'wx' => [601312993, 601325844], 'zfb' => '2088820788900240'],
             //['name' => '杭州斗南', 'merchantNo' => '杭州斗南', 'wx' => [601405963, 601405929], 'zfb' => '2088820793601705'],
             //['name' => '杭州斗南(没用)', 'merchantNo' => '8223310599200AD', 'wx' => [601254682, 601250805], 'zfb' => '2088820782666872'],
+            ['name' => '买手很忙', 'merchantNo' => '8227310599200GJ', 'wx' => [601597167, 601595526], 'zfb' => '2088820818930267'],
             ['name' => '七彩花都OK', 'merchantNo' => '8227310599200GF', 'wx' => [601176481, 601148503], 'zfb' => '2088820748594478'],
             ['name' => '十年OK', 'merchantNo' => '82252305992001U', 'wx' => [601285154, 601261795], 'zfb' => '2088820782171763'],
             //['name' => '都市花季OK', 'merchantNo' => '82239305992006U', 'wx' => [601174342, 601147649], 'zfb' => '2088820748507346'],

+ 1 - 0
app-pt/controllers/ApplyController.php

@@ -28,6 +28,7 @@ class ApplyController extends BaseController
     //审核
     public function actionCheck()
     {
+        util::fail('功能已关闭');
         $id = Yii::$app->request->post('id');
         $status = Yii::$app->request->post('status', 0);
         $remark = Yii::$app->request->post('remark', '');