- 修复GetEffectiveActStoreSkuInfo中没有获取vendor_id的bug

This commit is contained in:
gazebo
2019-07-27 15:56:59 +08:00
parent e89725bd8c
commit 8814628c62
4 changed files with 27 additions and 2 deletions

View File

@@ -6,8 +6,13 @@ import (
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/business/model"
"git.rosy.net.cn/jx-callback/globals/testinit"
)
func init() {
testinit.Init()
}
func TestEarthDistance(t *testing.T) {
lng1, lat1 := 118.796877, 32.060255
lng2, lat2 := 116.407395, 39.904211