- 在beta上启用EnableWXAuth2

This commit is contained in:
gazebo
2019-08-13 14:59:19 +08:00
parent d4270bf8c3
commit 567046a238
4 changed files with 17 additions and 11 deletions

View File

@@ -2,10 +2,12 @@ package cms
import (
"testing"
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
)
func TestCheckSkuDiffBetweenJxAndVendor(t *testing.T) {
vendorIDList := []int{}
storeIDList := []int{}
CheckSkuDiffBetweenJxAndVendor(vendorIDList, storeIDList)
CheckSkuDiffBetweenJxAndVendor(jxcontext.AdminCtx, vendorIDList, storeIDList)
}