This commit is contained in:
richboo111
2022-10-27 18:27:49 +08:00
parent 1aa73035c7
commit d1b0d6dd51
5 changed files with 237 additions and 105 deletions

View 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
//}