This commit is contained in:
邹宗楠
2025-10-20 15:22:16 +08:00
parent 8440c44564
commit 1919ca193f
5 changed files with 31 additions and 28 deletions

View File

@@ -153,7 +153,7 @@ func (a *API) GetRefundSkuDetailFromMsg(msg *CallbackMsg) (refundSkuDetail []*Re
return refundSkuDetail
}
//GetIMCallbackMsg 单独处理im回调
// 单独处理im回调
func (a *API) GetIMCallbackMsg(request *http.Request) (msg *ImCallbackMsg, callbackResponse *CallbackResponse) {
var (
err = request.ParseForm()