This commit is contained in:
邹宗楠
2022-11-25 14:17:06 +08:00
parent 6ac39c8a9c
commit 7951af8df8
3 changed files with 58 additions and 45 deletions

View File

@@ -105,7 +105,7 @@ func (a *API) QueryOrderDetail(orderNumber, userOrderNum string) ([]QueryOrderDe
// QueryAccountBill 余额查询
func (a *API) QueryAccountBill() (string, error) {
data, err := a.AccessAPI(BaseUrl, QueryAccountBill, http.MethodPost, nil)
data, err := a.AccessAPI(BaseUrl, QueryAccountBill, http.MethodPost, map[string]interface{}{})
if err != nil {
return "", err
}