Skip to content

Commit

Permalink
Update JavaGoodsCenterMngSdk.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lvchaohui committed Oct 13, 2022
1 parent 848b352 commit 2daad12
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/Exports/Modules/JavaGoodsCenterMngSdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,15 @@ public function updateSkuTaxRateInBatch($body)
{
return $this->restful("POST", "/configsku/saveTaxRate", $body);
}
}

/**
* 获取图文
* @link http://torna.uniondrug.cn/#/view/d8xGpL2g
* @param array|object $body 入参类型
* @return ResponseInterface
*/
public function goodsSpuDetailsQuery($body)
{
return $this->restful("POST", "/goodsSpuDetails/query", $body);
}
}

0 comments on commit 2daad12

Please sign in to comment.