京东商城创建商品补充

This commit is contained in:
苏尹岚
2020-05-28 17:18:47 +08:00
parent 75ca2274a6
commit 83ec115cbe
3 changed files with 22 additions and 10 deletions

View File

@@ -44,3 +44,13 @@ func TestCreateH5UnitorderOrder(t *testing.T) {
Body: "test",
})
}
func TestPayRefund(t *testing.T) {
api.PayRefund(&PayRefundParam{
Trxamt: 1250,
Reqsn: utils.GetUUID(),
// OldReqsn: orderPay.VendorOrderID,
Remark: "系统退款,商品数量错误",
OldTrxID: "122094350000087981",
})
}