Skip to content

Commit

Permalink
GsDpspGsCatalogSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
xu.jing committed Sep 7, 2022
1 parent 04cbef8 commit 4abfded
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Exports/Modules/GsDpspGsCatalogSdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -388,4 +388,16 @@ public function catalogCheckDrug($body, $query = null, $extra = null)
{
return $this->restful("GET", "/catalog/check/drug", $body, $query, $extra);
}

/**
* 根据目录id批量查询目录下药品数量
* @param $body
* @param null $query
* @param null $extra
* @return \Uniondrug\ServiceSdk\Bases\Response|ResponseInterface
*/
public function catalogDrugCount($body, $query = null, $extra = null)
{
return $this->restful("POST", "/catalog/drug/count", $body, $query, $extra);
}
}

0 comments on commit 4abfded

Please sign in to comment.