修改验证码逻辑,每次获取都更新新的验证码,更像随机数
This commit is contained in:
@@ -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