修改验证码逻辑,每次获取都更新新的验证码,更像随机数
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
"tabIndent": "insertSpaces",
|
||||
"tabSize": 2
|
||||
},
|
||||
"libVersion": "3.12.1",
|
||||
"libVersion": "3.14.1",
|
||||
"packOptions": {
|
||||
"ignore": [],
|
||||
"include": []
|
||||
|
||||
@@ -464,7 +464,7 @@ app.post('/api/getPhoneCode', async (req, res) => {
|
||||
const payload = {
|
||||
"app": "youle",
|
||||
"route": "agent",
|
||||
"rpc": "get_phone_code_wechat",
|
||||
"rpc": "send_phone_code_wechat",
|
||||
"data": {
|
||||
"agentid": agentid,
|
||||
"phonenum": phonenum
|
||||
|
||||
Reference in New Issue
Block a user