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

推荐一个自主开发的自定义数据源 API #167

Open
AnyListen opened this issue Jun 30, 2019 · 8 comments
Open

推荐一个自主开发的自定义数据源 API #167

AnyListen opened this issue Jun 30, 2019 · 8 comments

Comments

@AnyListen
Copy link

AnyListen commented Jun 30, 2019

由于聚合数据的识别接口已经暂停对个人开发者开发申请密钥的权限了;
个人根据百度手机助手的识别接口开发了自定义的数据源;
下面是设置方法:

  1. 打开设置界面;
  2. 连续点击版本 7 次,即可开启隐藏的高级设置;
  3. 点击高级下的自定义数据源;
  4. 点击自定义 API;
  5. 在 API 地址填写:https://ifish.fun/tools/phone,API 密钥无需填写;
  6. 点击保存即可。
@EsuRt
Copy link

EsuRt commented Jul 17, 2019

多谢提供,能写一个支持阿里云易源数据的API吗?百度手机助手的接口试用了几天后,发现有些号码还是识别不了,易源数据的大部分都能识别。不过这个接口是收费的,API密钥可以由用户自己购买后填写。

API地址:https://market.aliyun.com/products/56928004/cmapi023089.html?spm=5176.2020520132.101.2.3de07218tCdHh2#sku=yuncode1708900000

@AnyListen
Copy link
Author

推荐将不能识别的号码整理一下,我这边还有搜狗、360的接口,看如果可以识别的话,可以做一个整合
毕竟申请秘钥和付费还是挺麻烦的事情,大众还是喜欢简单易用的

@EsuRt
Copy link

EsuRt commented Jul 17, 2019

最近有两个号码无法识别:95220369和02569558664。

@AnyListen
Copy link
Author

95220369 目前被87人标记:骚扰;
02569558664 被3人标记:骚扰;
其实都已经识别到了;可能是显示的字段位置不对,这个需要和 @xdtianyu 确认一下字段

{
"result": {
"country": "中国",
"province": "江苏",
"city": "南京",
"phone": "02569558664",
"district": "建邺",
"name": "江苏南京",
"company": "",
"info": "被3人标记:骚扰"
},
"reason": "查询成功",
"error_code": "0"
}

@EsuRt
Copy link

EsuRt commented Jul 17, 2019

好的,谢谢,我在用一段时间,看看是否还有这个问题。

@EsuRt
Copy link

EsuRt commented Jul 21, 2019

@AnyListen 号码的标记信息是放在company字段,刚才调整了下能正常显示了。

@xdtianyu xdtianyu pinned this issue Jul 21, 2019
@HankAviator
Copy link

@AnyListen 返回字段里有一个null可以去掉吗

@Loukky
Copy link

Loukky commented Jul 17, 2020

最近老是500.........换个CDN吧

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

4 participants