minibear2021 / wechatpayv3

微信支付 API v3 Python SDK
MIT License
905 stars 138 forks source link

微信转账到零钱的查询接口 transfer_query_out_batch_no #27

Closed lijiahua-ay closed 1 year ago

lijiahua-ay commented 1 year ago

如果 need_query_detail 值为 False ,微信会返回错误 {'code': 'PARAM_ERROR', 'message': '传入的转账明细状态无效'} 无论 detail_status 传 WAIT_PAY ALL SUCCESS FAIL 中的哪个值,都会返回错误 但是 need_query_detail = False 的时候,不传 detail_status 就能正常拿到响应,此时 path 如下 /v3/transfer/batches/out-batch-no/my_out_batch_no?need_query_detail=false&offset=0&limit=20

minibear2021 commented 1 year ago

已确认,感谢!