We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
支付宝收款码收到款了,没有收到邮件通知 这种情况下,是不是没办法实现回调的功能?
**_application.properties 配置文件中修改你的管理员邮箱等
下载对应邮箱App,打开支付宝、微信收款语言通知等提醒,收到到款通知后,查看审核邮件,在邮件中根据备注号进行该交易任意人工审核确认操作完成回调,未到账的不用管,系统定时自动处理(默认01:00-08:00定时任务自动关闭系统)_**
备注号可以正则表达式提取吧?为啥要人工审核? 到款通知是如何拿到的?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
支付宝收款码收到款了,没有收到邮件通知
这种情况下,是不是没办法实现回调的功能?
**_application.properties 配置文件中修改你的管理员邮箱等
下载对应邮箱App,打开支付宝、微信收款语言通知等提醒,收到到款通知后,查看审核邮件,在邮件中根据备注号进行该交易任意人工审核确认操作完成回调,未到账的不用管,系统定时自动处理(默认01:00-08:00定时任务自动关闭系统)_**
备注号可以正则表达式提取吧?为啥要人工审核?
到款通知是如何拿到的?
The text was updated successfully, but these errors were encountered: