|
|
@@ -782,7 +782,12 @@ class CustomController extends BaseController
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
if ($this->mainId == 4884) {
|
|
|
if ($this->shopAdminId != 130738) {
|
|
|
- util::fail('只有倩姐才能修改');
|
|
|
+ util::fail('请倩姐修改');
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if ($this->mainId == 10536) {
|
|
|
+ if ($this->shopAdminId != 136416) {
|
|
|
+ util::fail('请闵总修改');
|
|
|
}
|
|
|
}
|
|
|
}
|