From b7b9cac1db303c6b4ad21afa82d7e99f8d0ef2aa Mon Sep 17 00:00:00 2001 From: guzeng Date: Tue, 17 Aug 2021 23:42:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AE=9A=E4=B9=89=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common.go b/common.go index a46ba25..4d1ea07 100644 --- a/common.go +++ b/common.go @@ -37,6 +37,11 @@ type GetBusinessReq struct { BusinessId string } +type GetUserReq struct { + Req + UserId string +} + type Res struct { Errcode int Errmsg string