From f0a537f57c05412b8a0c8d10633924dce424a163 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=98=93=E5=B0=8F=E6=AF=85?= <quchuanping@qq.com>
Date: Sat, 22 Mar 2025 15:39:05 +0800
Subject: [PATCH] wangdian

---
 upstream/wangdian/wd_order.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/upstream/wangdian/wd_order.go b/upstream/wangdian/wd_order.go
index e741804..4494c62 100644
--- a/upstream/wangdian/wd_order.go
+++ b/upstream/wangdian/wd_order.go
@@ -54,6 +54,7 @@ type TradeListReq struct {
 	Remark           string       `json:"remark"`
 	RemarkFlag       int          `json:"remark_flag"`
 	PostAmount       float64      `json:"post_amount"`
+	OtherAmount      float64      `json:"other_amount"`
 	Paid             float64      `json:"paid"`
 	CodAmount        int          `json:"cod_amount"`
 	ExtCodFee        int          `json:"ext_cod_fee"`
-- 
2.18.1