|
@@ -30,9 +30,9 @@ class ShMethodController extends BaseController
|
|
|
$shopId = $ghs['shopId'] ?? 0;
|
|
$shopId = $ghs['shopId'] ?? 0;
|
|
|
$mainId = $ghs['mainId'] ?? 0;
|
|
$mainId = $ghs['mainId'] ?? 0;
|
|
|
|
|
|
|
|
- if (!in_array($shopId, [36523, 0])) {
|
|
|
|
|
- util::success([]);
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// if (!in_array($shopId, [36523, 0])) {
|
|
|
|
|
+// util::success([]);
|
|
|
|
|
+// }
|
|
|
|
|
|
|
|
try {
|
|
try {
|
|
|
$customId = $ghs['customId'] ?? 0;
|
|
$customId = $ghs['customId'] ?? 0;
|