oliverchang
Results
2
issues of
oliverchang
修改 `WechatPayAPIServer` const -> var,支持 server mock。或者在离线环境有没有其他 mock 的方式? core/consts/consts.go ```go // L9 const ( WechatPayAPIServer = "https://api.mch.weixin.qq.com" ) ```
I wrote a plugin using go-pdk and tested it successfully in docker. However I couldn't find any documentation about deploying it on the Kong Ingress Controller.Is it supported?