@@ -21,7 +21,7 @@ use think\Exception;
class Addon extends Backend
{
protected $model = null;
- protected $noNeedRight = ['get_table_list'];
+ protected $noNeedRight = ['get_table_list','guessLogistics'];
public function _initialize()