1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user