jishupei

Results 3 comments of jishupei

> PC 端支付时生成的 HTML 会有一个多余的引号 您好,您所反馈的问题已解决:https://github.com/alipay/alipay-easysdk/commit/c6008839a22a5fca08e9f8536730f7abfed522d5

> 1、PHP8中`0 != ''`永远为`true`导致while产生死循环 2、'alipay.merchant.item.file.upload'验签时加上异步通知接口参数会失败,其他接口 待遇到后加入getExcludeMethods数组 您好,您所反馈的php8中可能出现的while死循环问题已解决:https://github.com/alipay/alipay-easysdk/commit/c6008839a22a5fca08e9f8536730f7abfed522d5

> https://github.com/openapitools/openapi-generator/blob/master/docs/customization.md#inline-schema-naming > > ``` > RESOLVE_INLINE_ENUMS=true will refactor inline enum definitions into $ref > ``` > > you can enable this in inline schema mapping option to refactor inline...