禁用淘宝买菜

This commit is contained in:
邹宗楠
2025-12-22 12:57:35 +08:00
parent 2462c5162a
commit 5b32d6173f
5 changed files with 17 additions and 19 deletions

View File

@@ -210,6 +210,7 @@ func (p *PurchaseHandler) getUploadImgPoiCode() (poiCode string) {
// getAPI 包含门店token
func getAPI(appOrgCode string, storeID int, vendorStoreID string) (apiObj *tao_vegetable.API) {
return nil // 淘宝买菜停止更新
if vendorStoreID != "" {
apiObj = partner.CurAPIManager.GetAPI(model.VendorIDTaoVegetable, getStoreVendorOrgCodeByVendorStoreID(vendorStoreID)).(*tao_vegetable.API)
} else if storeID != 0 {