20 lines
535 B
Go
20 lines
535 B
Go
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
|
|
//}
|