首先开通支付配置(小程序后台)
在验证地址时,需要在接口处写上验证代码
在进行第一验证之后
支付后字节服务器会正常推送数据流
file_get_contents('php://input')
{"echostr":"Dhvqy7R","msg":"{"appid":"","cp_orderno":"","cp_extra":"","amount_cent":100,"amount_coin":10}","nonce":"7708","signature":"859d78e5956bdbf539369c1dbb2dd79574ebb173","timestamp":"1634090665"}
通过进行签名的验证 和 订单信息的验证 就可以进行处理