Skip to content
New issue

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

可以支持支付宝店员收款推送嘛 #90

Open
jamca012 opened this issue Mar 22, 2020 · 9 comments
Open

可以支持支付宝店员收款推送嘛 #90

jamca012 opened this issue Mar 22, 2020 · 9 comments

Comments

@jamca012
Copy link

就类似微信店员一样的。
标题
支付宝通知
内容
支付宝成功收款1.00元

现在推送的话没有参数 都是null空值

@jamca012
Copy link
Author

监控银行卡短信入账好像用不了。
标题 中国银行
内容 你的借记卡...
没有触发推送 也没有识别出参数

@WeihuaGu
Copy link
Collaborator

@jamca012 按道理中国银行的短信是可以推送的。你能提供下日志吗?

@WeihuaGu
Copy link
Collaborator

第一个没有参数啥意思?按道理是会推送和获得金额的。
因为标题和内容都是匹配的,从内容上说,抽取金额也是匹配的。

@jamca012
Copy link
Author

支付宝店员收款 josn推送内容参数会是支付宝成功收款1.00元。 多了一个句号 所以推送失败的

@jamca012
Copy link
Author

我用的是vivo的手机推送 好像是receiptnotice没办法识别到这个短信包名 不属于支付app通知 所以一直没有触发。 短信包名:com.android.mms.service

@WeihuaGu
Copy link
Collaborator

为啥多了个句号就没法推送,按道理只要收款xx元xxx应该可以

@WeihuaGu
Copy link
Collaborator

获取短信包名使用的是一个获取短信应用包名的API

private String getMessageAppPkg(){
return Sms.getDefaultSmsPackage(MainApplication.getAppContext());
}

1 similar comment
@WeihuaGu
Copy link
Collaborator

获取短信包名使用的是一个获取短信应用包名的API

private String getMessageAppPkg(){
return Sms.getDefaultSmsPackage(MainApplication.getAppContext());
}

@WeihuaGu
Copy link
Collaborator

我可以在这个api 的基础上添加一些常用的短信包名解决这个问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants