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", },