Giter Site home page Giter Site logo

xixunyun-sign's Introduction

xixunyun-sign

习讯云每日打卡脚本

xixunyun-sign's People

Contributors

womsxd avatar

Stargazers

yun avatar  avatar kemomi avatar  avatar  avatar  avatar

Watchers

 avatar

xixunyun-sign's Issues

关于经纬度定位失败问题

你好,经过在服务器上部署测试发现,关于地址 只有address_name这个会显示到签到地址上。并无经纬度定位结果,从app上可查看,app签到后有两行信息,下面应该是通过经纬度获取显示 一直是空白 上面是address_name 可以正常显示,请看下这个问题如何解决呢,是不是key的问题呢 如果可以请更新一个获取key的教程呗

你好,我想知道地址如何加密的

rsa_public_key = "-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDlYsiV3DsG"
"+t8OFMLyhdmG2P2J4GJwmwb1rKKcDZmTxEphPiYTeFIg4IFEiqDCA"
"TAPHs8UHypphZTK6LlzANyTzl9LjQS6BYVQk81LhQ29dxyrXgwkRw9RdWa"
"MPtcXRD4h6ovx6FQjwQlBM5vaHaJOHhEorHOSyd/deTvcS+hRSQIDAQAB\n-----END PUBLIC KEY-----"
def public_encrypt(raw_data):
pub_key = rsa.PublicKey.load_pkcs1_openssl_pem(rsa_public_key)
base46_enc = base64.b64encode(rsa.encrypt(raw_data.encode('utf-8'), pub_key))
return base46_enc.decode('utf-8')
这是从哪里抓包找到的吗

运行报错

大佬好,运行报错: python main.py
File "main.py", line 27
def get_day() -> str:
^
SyntaxError: invalid syntax

python 版本:2.7

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.