From 2bea297a16482b8719aa9a172a6894f56cb223c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Thu, 5 May 2022 20:14:48 +0800 Subject: [PATCH] update --- http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.go b/http.go index a8dc57a..f24c0f2 100644 --- a/http.go +++ b/http.go @@ -164,7 +164,7 @@ func (app *App) Request() (httpResponse Response, err error) { return request(app) } -// 请求 +// 请求接口 func request(app *App) (httpResponse Response, err error) { // 赋值