This commit is contained in:
richboo111
2022-11-16 09:52:07 +08:00
parent 7cca209659
commit c206127db6
4 changed files with 39 additions and 5 deletions

View File

@@ -1622,3 +1622,9 @@ func InsertIntoFreightTemplate(storeID int, vendorStoreID string, templateID, wa
fmt.Println(tStr2)
return err
}
//只获取美团平台的京西storeID
func GetStoreIDByMeiTuan(vendorStoreID string) (storeID int, err error) {
return 0, err
}