This commit is contained in:
苏尹岚
2021-03-12 14:16:03 +08:00
parent acb75f1e1f
commit 66da206735
2 changed files with 4 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ func getAPI(appOrgCode string) (apiObj *jdshopapi.API) {
apiObj.SetCookieWithStr(configs[0].Value)
}
}
return
return apiObj
}
func (p *PurchaseHandler) GetVendorID() int {