From 9c91fd1b2667ea41e122d92008c125907b6c02df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 12 Jul 2022 14:53:34 +0800 Subject: [PATCH] 1 --- platformapi/alipayapi/pay_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformapi/alipayapi/pay_test.go b/platformapi/alipayapi/pay_test.go index 7c96deea..8f53daed 100644 --- a/platformapi/alipayapi/pay_test.go +++ b/platformapi/alipayapi/pay_test.go @@ -50,12 +50,12 @@ func TestCreatePay3(t *testing.T) { func TestCreatePay4(t *testing.T) { data, err := api.Withdrawal4AliPay(&WithdrawalParam{ OutBizNo: "199308263974Dx171631", - TransAmount: 0.10, + TransAmount: 100, ProductCode: "1", BizScene: "1", OrderTitle: "哈哈哈", PayeeInfo: &PayeeInfoParam{ - Identity: "2966211270@qq.com", + Identity: "15729837802", Name: "张树伟", IdentityType: "1", },