Skip to content

Commit

Permalink
智赔扣款撤销
Browse files Browse the repository at this point in the history
  • Loading branch information
haven-chen committed Aug 18, 2022
1 parent 8bf19b8 commit 5aa307d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Exports/Modules/JavaNewEquitySdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,15 @@ public function bizsvrEquityBatchDebit($body)
{
return $this->restful("POST", "/bizsvr/equity/batch/debit", $body);
}

/**
* 智赔扣款撤销
* @param array $body 入参类型
* @return ResponseInterface
* @link https://torna.uniondrug.cn/#/view/K2ZB602v
*/
public function bizsvrEquityBatchRejectDebit($body)
{
return $this->restful("POST", "/bizsvr/equity/batch/rejectDebit", $body);
}
}

0 comments on commit 5aa307d

Please sign in to comment.