This commit is contained in:
邹宗楠
2022-07-11 10:36:40 +08:00
parent 1fde23f531
commit 6cf1ea3337
15 changed files with 99 additions and 64 deletions

View File

@@ -49,16 +49,17 @@ func TestCreatePay3(t *testing.T) {
// 提现操作
func TestCreatePay4(t *testing.T) {
data, err := api.Withdrawal4AliPay(&WithdrawalParam{
OutBizNo: "199308263974Dx1716",
OutBizNo: "199308263974Dx171631",
TransAmount: 0.10,
ProductCode: "",
BizScene: "",
OrderTitle: "冲天猴退款",
ProductCode: "1",
BizScene: "1",
OrderTitle: "哈哈哈",
PayeeInfo: &PayeeInfoParam{
Identity: "18981810340",
Name: "刘磊",
Identity: "2966211270@qq.com",
Name: "张树伟",
IdentityType: "1",
},
Remark: "测试退款",
Remark: "ceshituikuan",
})
t.Log("data===========", utils.Format4Output(data, false))
t.Log("err===========", err)