From 9548234b866f843f62f5cba8fbe3bf1dbc395869 Mon Sep 17 00:00:00 2001 From: KK Date: Fri, 24 Jun 2022 11:35:11 +0800 Subject: [PATCH] bug --- internal/v2/controller/wxapp/copartner/license.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/v2/controller/wxapp/copartner/license.go b/internal/v2/controller/wxapp/copartner/license.go index f9e4ba6..0c2f4c9 100644 --- a/internal/v2/controller/wxapp/copartner/license.go +++ b/internal/v2/controller/wxapp/copartner/license.go @@ -10,7 +10,7 @@ import ( type License struct { } type argsCompanyLicense struct { - url string // 营业执照 地址 + Url string // 营业执照 地址 } type argsCompanyLicenseResp struct { Taxpayer string `json:"taxpayer"`