Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
W
wiki-php
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • wiki-php
  • Wiki
  • third api

Last edited by 王秋石 Aug 30, 2017
Page history
This is an old version of this page. You can view the most recent version or browse the history.

third api

根据公司名姓名查询身份证的hash

#coding=utf8
import time
import urllib
import requests
import hashlib


url = 'http://shuidi.dev.pingansec.com/third/managerid'



account = 'pingansec_data'
key = '2df037fa42305e2a12649060609a0155'

t = int(time.time());


company_name = '海南哈哈欢乐行互联网技术有限公司'
name = '陈权中'


for_sign = company_name+name+str(t)+key


sign = hashlib.md5(for_sign).hexdigest()


res = requests.get(url,{
    'account':account,
    'company_name':company_name,
    'name':name,
    'sign':sign,
    't':t
})

print res.content
Clone repository
  • 360safeguardnativeapi
  • all new classmate
  • bind phone
  • code standard
  • deploy_sys
  • edit common
  • edit master
  • envrioment
  • find psw
  • front new classmate
  • front statck
  • git
  • Home
  • idcard md5
  • ide
View All Pages