From bccbfa09b5e4327c84f7ec953bac497eeac99519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 31 Mar 2020 18:20:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B6=E8=B1=B9=E5=9B=BE=E7=89=87=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/yinbaoapi/yinbaoapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/yinbaoapi/yinbaoapi.go b/platformapi/yinbaoapi/yinbaoapi.go index feaa87a5..629fff8f 100644 --- a/platformapi/yinbaoapi/yinbaoapi.go +++ b/platformapi/yinbaoapi/yinbaoapi.go @@ -17,7 +17,7 @@ import ( const ( sigKey = "sign" url = "https://area27-win.pospal.cn:443/pospal-api2/openapi/v1" - ImageUrl = "http://pospalstoreimg.area27.pospal.cn//" + ImageUrl = "http://pospalstoreimg.area27.pospal.cn/" statusSuccess = "success" skuExistErrCode = "5004"