Skip to content

Commit

Permalink
fix: Order Detail V2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanou1123 committed Jan 18, 2025
1 parent 1cc418d commit 6351ee6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class OrderDetailRequest(ApiRequest):
def __init__(self):
ApiRequest.__init__(self, "/openapi/account/orders/detail", version='v1', method="GET", body_params={})
ApiRequest.__init__(self, "/openapi/account/orders/detail", version='v1', method="GET", query_params={})

def set_account_id(self, account_id):
self.add_query_param("account_id", account_id)
Expand Down

0 comments on commit 6351ee6

Please sign in to comment.