场景:使用的是官方的SDK
接口:https://api.mch.weixin.qq.com/risk/getcertficates
错误1:
javax.net.ssl.SSLHandshakeException:No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
原因:修改成null即可
错误2:返回SIGN_ERR
解决:在调用生成签名的方法之前的Map内需要带入参数“sign_type",传给获取平台证书的接口参数中也要带sign_type
错误3:APIV3_KEY_NOT_SET
原因:没有设置APIV3密钥