提交 16c4e6f8 authored 作者: 屈传平's avatar 屈传平

hcw

上级 90fd8aad
...@@ -3,6 +3,7 @@ package wangdiantong ...@@ -3,6 +3,7 @@ package wangdiantong
import ( import (
"context" "context"
"github.com/gogf/gf/encoding/gjson" "github.com/gogf/gf/encoding/gjson"
"github.com/gogf/gf/frame/g"
jsoniter "github.com/json-iterator/go" jsoniter "github.com/json-iterator/go"
) )
...@@ -293,7 +294,10 @@ type StockinRefundPushRes struct { ...@@ -293,7 +294,10 @@ type StockinRefundPushRes struct {
*/ */
func (s *WangDianTong) StockinRefundPush(ctx context.Context, req *StockinRefundPushReq) (res *StockinRefundPushRes, err error) { func (s *WangDianTong) StockinRefundPush(ctx context.Context, req *StockinRefundPushReq) (res *StockinRefundPushRes, err error) {
result, err := s.post(ctx, "/openapi2/stockin_refund_push.php", req) paramas := g.Map{
"stockin_refund_info": g.Server(req),
}
result, err := s.post(ctx, "/openapi2/stockin_refund_push.php", paramas)
if nil != err { if nil != err {
return return
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论