royalrick / weapp

微信小程序服务端 SDK (for Golang)
https://pkg.go.dev/github.com/medivhzhan/weapp/v3
Apache License 2.0
1.47k stars 281 forks source link

there is bug when deal with customer message #87

Open cocktail18 opened 2 years ago

cocktail18 commented 2 years ago

bug: when i use OnCustomerServiceTextMessage and OnCustomerServiceCardMessage api to server with customer message, wechat reply below at chat window

“该小程序提供的服务出现故障,请稍候再试”

Some advice:

  1. method OnCustomerServiceTextMessage, OnCustomerServiceCardMessage should return "success" without encrypt when not transfer to others // at ver 3.6.13 is return "success" with encrypt that is not a right response for wechat

However, I had not found any right reply when i need to transfer to other customer