shish vor 3 Jahren
Ursprung
Commit
8c1c58f8c2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      app-ghs/controllers/RefundController.php

+ 1 - 1
app-ghs/controllers/RefundController.php

@@ -118,7 +118,7 @@ class RefundController extends BaseController
         //国恋只有指定人有退款权限
         if ($this->mainId == 7704) {
             if (in_array($this->shopAdminId, [133727, 133545]) == false) {
-                util::fail('没有权限');
+                util::fail('没有权限操作');
             }
         }