1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user