This commit is contained in:
邹宗楠
2021-12-27 16:56:56 +08:00
parent 02c992d6ee
commit ff425daebb
2 changed files with 6 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ const (
BrandOpenSMS = 8 //短信
BrandOpenVoice = 16 //语音
BrandBalanceLimit = 1000
BrandBalanceLimit = 10
)
const (

View File

@@ -10,7 +10,7 @@ import (
)
func TestGetStoreSkusFullInfo(t *testing.T) {
skuNameList, err := CurPurchaseHandler.GetStoreSkusFullInfo(jxcontext.AdminCtx, nil, 2, "2523687", nil)
skuNameList, err := CurPurchaseHandler.GetStoreSkusFullInfo(jxcontext.AdminCtx, nil, 2, "8967897", nil)
if err != nil {
t.Fatal(err)
}
@@ -21,11 +21,11 @@ func TestGetStoreSkusFullInfo(t *testing.T) {
func TestGetStoreSkusBareInfo(t *testing.T) {
storeSkuList, err := CurPurchaseHandler.GetStoreSkusBareInfo(jxcontext.AdminCtx, "", nil, 2, "2523687", []*partner.StoreSkuInfo{
&partner.StoreSkuInfo{
SkuID: 969,
},
&partner.StoreSkuInfo{
SkuID: 1306,
SkuID: 16205,
},
//&partner.StoreSkuInfo{
// SkuID: 1306,
//},
})
if err != nil {
t.Fatal(err.Error())