chavyleung / chavyleung/scripts
蔚来无法签到
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 5.5k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
由于蔚来的签到是向网址post一个请求,但是网址每天是变化的,https://app.nio.com/api/1/app/daily_checkin?app_id=10002&app_ver=4.3.1&device_id=27xxxxxfff46&lang=zh-cn®ion=cn×tamp=1598xxxx&sign=f967fd476d24a3c280defaa6b7e112e1
其中的时间戳和最后的sign参数都会变,而且sign参数似乎是经过key加密过后的,第二天就没用了,不知道该怎么解决
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository file, test, or entry point is named. Start by reproducing the NIO daily-checkin POST request shown in the issue and investigate how its timestamp and sign parameters are generated; done means the script can perform the current check-in reliably rather than reuse an expired request.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100