提交 05495eeb authored 作者: 屈传平's avatar 屈传平

wangdian

上级 7f9c6ede
......@@ -405,11 +405,7 @@ type StockinRefundQueryRes struct {
*/
func (s *WangDianTong) StockinRefundQuery(ctx context.Context, req *StockinRefundQueryReq) (res *StockinRefundQueryRes, err error) {
jsonStr := gjson.New(req)
paramas := g.Map{
"stockin_refund_info": jsonStr.MustToJsonString(),
}
result, err := s.post(ctx, "/openapi2/stockin_order_query_refund.php", paramas)
result, err := s.post(ctx, "/openapi2/stockin_order_query_refund.php", req)
if nil != err {
return
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论