verificationCode icon indicating copy to clipboard operation
verificationCode copied to clipboard

alidayu阿里大鱼短信服务,基于nodejs实现手机验证码功能 node+express+alidayu

Results 1 verificationCode issues
Sort by recently updated
recently updated
newest added

你好,我在使用你的代码时发现phone.js的第一行是require('./config/alidayu'),应该改为require('../config/alidayu'); 但我最疑惑的是当我正常运行app.js之后,浏览器访问localhost:3000/index.html时页面显示Cannot GET /index.html,应该是被重定向了,请问这是什么问题?