alipay-easysdk icon indicating copy to clipboard operation
alipay-easysdk copied to clipboard

fix: endless loop and error verification

Open Endy-c opened this issue 2 years ago • 2 comments

1、PHP8中0 != ''永远为true导致while产生死循环 2、'alipay.merchant.item.file.upload'验签时加上异步通知接口参数会失败,其他接口 待遇到后加入getExcludeMethods数组

Endy-c avatar Jul 18 '22 03:07 Endy-c

1、PHP8中0 != ''永远为true导致while产生死循环 2、'alipay.merchant.item.file.upload'验签时加上异步通知接口参数会失败,其他接口 待遇到后加入getExcludeMethods数组

您好,您所反馈的php8中可能出现的while死循环问题已解决:https://github.com/alipay/alipay-easysdk/commit/c6008839a22a5fca08e9f8536730f7abfed522d5

jishupei avatar Nov 28 '22 14:11 jishupei

明天我来测试一下看看,光从代码看,这样简单注释掉我觉得会有问题,打开的流没有读取文件内容就直接返回了,文件不知道能不能传上去。

---Original--- From: @.> Date: Mon, Nov 28, 2022 22:17 PM To: @.>; Cc: @.@.>; Subject: Re: [alipay/alipay-easysdk] fix: endless loop and error verification (PR #292)

1、PHP8中0 != ''永远为true导致while产生死循环 2、'alipay.merchant.item.file.upload'验签时加上异步通知接口参数会失败,其他接口 待遇到后加入getExcludeMethods数组

您好,您所反馈的php8中可能出现的while死循环问题已解决:c600883

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

Endy-c avatar Nov 28 '22 16:11 Endy-c