This commit is contained in:
邹宗楠
2022-07-12 14:53:34 +08:00
parent 9183781201
commit 9c91fd1b26

View File

@@ -50,12 +50,12 @@ func TestCreatePay3(t *testing.T) {
func TestCreatePay4(t *testing.T) { func TestCreatePay4(t *testing.T) {
data, err := api.Withdrawal4AliPay(&WithdrawalParam{ data, err := api.Withdrawal4AliPay(&WithdrawalParam{
OutBizNo: "199308263974Dx171631", OutBizNo: "199308263974Dx171631",
TransAmount: 0.10, TransAmount: 100,
ProductCode: "1", ProductCode: "1",
BizScene: "1", BizScene: "1",
OrderTitle: "哈哈哈", OrderTitle: "哈哈哈",
PayeeInfo: &PayeeInfoParam{ PayeeInfo: &PayeeInfoParam{
Identity: "2966211270@qq.com", Identity: "15729837802",
Name: "张树伟", Name: "张树伟",
IdentityType: "1", IdentityType: "1",
}, },