修改登录查询用湖,默认下吕店问题

This commit is contained in:
邹宗楠
2022-03-22 18:32:08 +08:00
parent 31e80b54bf
commit cf887fc458
3 changed files with 23 additions and 9 deletions

View File

@@ -10,7 +10,6 @@ import (
"git.rosy.net.cn/jx-callback/business/partner"
"git.rosy.net.cn/jx-callback/globals"
"git.rosy.net.cn/jx-callback/globals/api"
"time"
)
const (
@@ -121,7 +120,7 @@ func (c *DeliveryHandler) GetStore(ctx *jxcontext.Context, storeID int, vendorSt
//})
//shopInfo.ShopLng = 121345878
//shopInfo.ShopLat = 3115628
_, err = api.MtpsAPI.CheckOrder(shopInfo.ShopID, shopInfo.ShopAddress, int64(shopInfo.ShopLng), int64(shopInfo.ShopLat), time.Now().Unix())
//_, err = api.MtpsAPI.CheckOrder(shopInfo.ShopID, shopInfo.ShopAddress, int64(shopInfo.ShopLng), int64(shopInfo.ShopLat), time.Now().Unix())
//result, err := api.MtpsAPI.GetStoreStatus(shopInfo.ShopName)
//if err == nil {
// storeDetail.AuditStatus = mtpsOpenTypeToJx(result.DataList[0].OpenType)