wesmiler hace 3 meses
padre
commit
6850f8d0c8
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/Services/Api/StoreService.php

+ 2 - 0
app/Services/Api/StoreService.php

@@ -146,6 +146,8 @@ class StoreService extends BaseService
             ];
             RedisService::set($cacheKey, $datas, rand(10,20));
         }
+
+        $this->error = '获取成功';
         return $datas;
     }