From df6d61cdad1b72e1b94e87902b39a09f36b8e044 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期一, 29 六月 2020 19:05:00 +0800 Subject: [PATCH] add addPlateNo --- service/userService.go | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/service/userService.go b/service/userService.go index d84db9b..24db8c1 100644 --- a/service/userService.go +++ b/service/userService.go @@ -54,6 +54,10 @@ } } +func (sv *UserService) AddPlateNo(userId, plateNo string) bool { + return false +} + func NewVerifyCode(phoneNum string) error { regionId := "cn-hangzhou" accessKeyId := "LTAIkHFaStA1JKk5" -- Gitblit v1.8.0