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
  • manager position

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

manager position

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


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



account = 'pingansec_shuidi'
key = '5a206bec0950bafd8fca8b53c07ec24b'

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