From a70a4396074ef4b1177b1dd5310bbc4fbe04c4a9 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:11:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B6=E8=B1=B9code=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/yinbaoapi/yinbaoapi.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platformapi/yinbaoapi/yinbaoapi.go b/platformapi/yinbaoapi/yinbaoapi.go index e4b7c88d..9bac307b 100644 --- a/platformapi/yinbaoapi/yinbaoapi.go +++ b/platformapi/yinbaoapi/yinbaoapi.go @@ -20,6 +20,8 @@ const ( statusSuccess = "success" skuExistErrCode = "5004" + AppIDErrCode = "1032" + AppKeyErrCode = "1034" SkuStatusEnable = 1 SkuStatusDisabled = 0