Skip to content

Commit

Permalink
增加出酒状态查询接口
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbangda committed Sep 18, 2019
1 parent 1ef6e4c commit e50d1a7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/Ibarrel.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,17 @@ public function outputWine($params)

return $this->httpClient->request($params);
}

/**
* 出酒状态查询
*
* @param $params
* @return mixed
*/
public function outputWineStatus($params)
{
$params['action'] = 'query';

return $this->httpClient->request($params);
}
}

0 comments on commit e50d1a7

Please sign in to comment.