fuchaoyong 3 weeks ago
parent
commit
faada035f7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      services/refunddomestic/models.go

+ 2 - 2
services/refunddomestic/models.go

@@ -327,11 +327,11 @@ type CreateRequest struct {
 	// 异步接收微信支付退款结果通知的回调地址,通知url必须为外网可访问的url,不能携带参数。 如果参数中传了notify_url,则商户平台上配置的回调地址将不会生效,优先回调当前传的这个地址。
 	NotifyUrl *string `json:"notify_url,omitempty"`
 	// 若传递此参数则使用对应的资金账户退款,否则默认使用未结算资金退款(仅对老资金流商户适用)  枚举值: - AVAILABLE:可用余额账户    * `AVAILABLE` - 可用余额
-	FundsAccount *ReqFundsAccount `json:"funds_account,omitempty"`
+	//FundsAccount *ReqFundsAccount `json:"funds_account,omitempty"`
 	// 订单金额信息
 	Amount *AmountReq `json:"amount"`
 	// 指定商品退款需要传此参数,其他场景无需传递
-	GoodsDetail []GoodsDetail `json:"goods_detail,omitempty"`
+	//GoodsDetail []GoodsDetail `json:"goods_detail,omitempty"`
 
 	//商户号
 	MchId *string `json:"mch_id,omitempty"`