我使用哈希码和md5作为商家API,在我的PHP中运行顺利,我能够转换django python中的代码,但每当我尝试商家交易时,我总是会收到此错误。
E5000: Cannot form a matching secure hash based on the merchant's request using either of the two merchant's secrets
我认为csrfmiddlewaretoken
会中断商家的GET / POST ......
现在,我可以从views.py中的特定模板或方法中删除csrfmiddlewaretoken
GET / POST吗?