From f163f6c0f3d276fa3ede90e84789e56a2a3be179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 25 Mar 2020 14:20:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E5=8F=8D=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/yinbaoapi/yinbaoapi.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformapi/yinbaoapi/yinbaoapi.go b/platformapi/yinbaoapi/yinbaoapi.go index 9bac307b..a9390d98 100644 --- a/platformapi/yinbaoapi/yinbaoapi.go +++ b/platformapi/yinbaoapi/yinbaoapi.go @@ -20,8 +20,8 @@ const ( statusSuccess = "success" skuExistErrCode = "5004" - AppIDErrCode = "1032" - AppKeyErrCode = "1034" + AppIDErrCode = "1034" + AppKeyErrCode = "1032" SkuStatusEnable = 1 SkuStatusDisabled = 0