forked from TBXark/ChatGPT-Telegram-Workers
-
Notifications
You must be signed in to change notification settings - Fork 3
/
bin.json
17 lines (17 loc) · 1.05 KB
/
bin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"url": "https://data.handyapi.com/bin/{{DATA}}",
"method": "GET",
"response": {
"content": {
"input_type": "json",
"output_type": "markdownV2",
"output": "`查询状态: {{Status}}`\n\n卡组织💳: {{#if Scheme}}{{Scheme}}{{#else}}无{{/if}}\n类型💰: {{#if Type}}{{Type}}{{#else}}无{{/if}}\n发卡行🏦: {{#if Issuer}}{{Issuer}}{{#else}}无{{/if}}\n卡等级🌟: {{#if CardTier}}{{CardTier}}{{#else}}无{{/if}}\n发卡国家🌏: {{#if Country.Name}}{{Country.Name}}{{#else}}无{{/if}} {{#if Country.N3}}{{Country.N3}}{{#else}}无{{/if}}\n电话区号📞: {{#if Country.ISD}}+{{Country.ISD}}{{#else}}无{{/if}}\n所属洲🌊: {{#if Country.Cont}}{{Country.Cont}}{{#else}}无{{/if}}\n是否通过Luhn算法验证✔️: {{#if Luhn}}{{Luhn}}{{#else}}无{{/if}}"
},
"error": {
"input_type": "text",
"output_type": "text",
"output": "Error: {{.}}"
},
"render": "`卡BIN` **{{input}}** `查询结果如下`\n\n{{output}}"
}
}