fence
This commit is contained in:
19
business/partner/delivery/tiktok_store/store.go
Normal file
19
business/partner/delivery/tiktok_store/store.go
Normal file
@@ -0,0 +1,19 @@
|
||||
package tiktok_store
|
||||
|
||||
//
|
||||
//func (c *DeliveryHandler) UpdateStore(ctx *jxcontext.Context, storeDetail *dao.StoreDetail2) (err error) {
|
||||
// if globals.EnableStoreWrite {
|
||||
// //info:=&
|
||||
//
|
||||
// shopInfo := &mtpsapi.ShopInfo{
|
||||
// ShopID: utils.Int2Str(storeDetail.ID),
|
||||
// ContactName: storeDetail.PayeeName,
|
||||
// ContactPhone: storeDetail.Tel1,
|
||||
// ShopAddress: storeDetail.Address,
|
||||
// ShopLat: storeDetail.Lat,
|
||||
// ShopLng: storeDetail.Lng,
|
||||
// }
|
||||
// _, err = api.MtpsAPI.ShopUpdate(shopInfo)
|
||||
// }
|
||||
// return err
|
||||
//}
|
||||
Reference in New Issue
Block a user