Skip to content

Commit

Permalink
insure sdk policy page
Browse files Browse the repository at this point in the history
  • Loading branch information
wang.dongyu committed Aug 18, 2022
1 parent edc8e7e commit db24a9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions finance/insuresdk/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ func ChangeOrderPaidTime(ctx interface{}, body interface{}) *sdk.ClientResponse
func ListReverseByOrder(ctx interface{}, body interface{}) *sdk.ClientResponse {
return sdk.NewHttp(Name).SetRoute("/reverse/listReverseByOrder").SetBody(body).Run(ctx)
}

// PolicyPage .
func PolicyPage(ctx interface{}, body interface{}) *sdk.ClientResponse {
return sdk.NewHttp(Name).SetRoute("/policy/page").SetBody(body).Run(ctx)
}

0 comments on commit db24a9f

Please sign in to comment.