摘要: 如题。 我这里使用的是腾讯云短信平台,理由是,首次开通赠送100条短信 在个人实名认证之后,进入https://cloud.tencent.com/act/free 根据步骤,进行模板的填写和申请 接下来创建API秘钥https://console.cloud.tencent.com/cam/cap 阅读全文
posted @ 2020-04-03 21:40 ABKing 阅读(1094) 评论(0) 推荐(0) 编辑
摘要: 网络上有一些设置键的过期时间的代码: this.redisTemplate.opsForValue().set("max", tempCount); this.redisTemplate.expire("max",tempTime,TimeUnit.SECONDS); 这对应的Redis命令中的se 阅读全文
posted @ 2020-04-03 15:25 ABKing 阅读(66348) 评论(1) 推荐(1) 编辑
摘要: 今天前端使用Vue传入参数,后端接收时发现在参数末尾多了一个等于号= 前端: 1 <template> 2 <div> 3 <el-input v-model="phoneNum" placeholder="请输入手机号"/> 4 <el-button @click="sendVerifyCode( 阅读全文
posted @ 2020-04-03 14:23 ABKing 阅读(5031) 评论(0) 推荐(0) 编辑