From 4c9b4ac26d6dcaaf1bb1ff79c135feae6fdb48bc Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期五, 26 十一月 2021 14:22:20 +0800 Subject: [PATCH] 增加接口 GetUserProfile --- entites.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/entites.go b/entites.go index 9d5c3ca..1e0ac3a 100644 --- a/entites.go +++ b/entites.go @@ -1,4 +1,4 @@ -package dbapi +package bhomedbapi type Result struct { Code int `json:"code"` -- Gitblit v1.8.0