global-open-sdk-java
global-open-sdk-java copied to clipboard
Ant global gateway SDK
Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.76 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...
In my tests with v 2.0.5, the response for the pay (Cashier Payment) request (class **AlipayApsPayResponse**) always contains a null value for the **paymentUrl** property, although I can see a...
For the Endpoint `/aps/api/v1/merchants/registration`, the parameter [websiteType](https://docs.alipayplus.com/alipayplus/alipayplus/api_acq/registration#Requestparameters-merchantInfo-websites-websiteType) is required but it's not in the Class `com/alipay/global/api/model/ams/WebSite.java`. Could you please add it on the SDK? ``` websiteType String REQUIRED The type...
Please include the following parameters in `AlipayMerchantRegistrationRequest.java`. - [storeInfo](https://docs.alipayplus.com/alipayplus/alipayplus/api_acq/registration#Requestparameters-storeInfo) StoreRegistrationInfo object Thank you.
Please include the following parameters in `MerchantRegistrationInfo.java`. - [shareholderName](https://docs.alipayplus.com/alipayplus/alipayplus/api_acq/registration#Requestparameters-merchantInfo-shareholderName) String - [shareholderId](https://docs.alipayplus.com/alipayplus/alipayplus/api_acq/registration#Requestparameters-merchantInfo-shareholderId) String - [representativeName](https://docs.alipayplus.com/alipayplus/alipayplus/api_acq/registration#Requestparameters-merchantInfo-representativeName) String - [representativeId](https://docs.alipayplus.com/alipayplus/alipayplus/api_acq/registration#Requestparameters-merchantInfo-representativeId) String Thank you.
创建订单的时候如果报错,无法显示真实错误信息 如果发生签名错误、或者请求体参数不完整等错误,在com.alipay.global.api.BaseAlipayClient#83行除会进行错误的序列化,导致控制台打印的错误始终是com.alibaba.fastjson.JSONException: default constructor not found. class com.alipay.global.api.model.Result