cookie验证美团修改

This commit is contained in:
苏尹岚
2020-01-16 17:24:33 +08:00
parent cb98ab31f3
commit c881afcf31

View File

@@ -138,7 +138,7 @@ func GetCheckVendorCookie(ctx *jxcontext.Context, vendorIDs []int, isAuto bool)
}
}
case 1:
err := api.MtwmAPI.PackagePriceUpdate("6793969", 1, 50)
err := api.MtwmAPI.PackagePriceUpdate("7388603", 1, 50)
if err != nil {
if strings.Contains(err.Error(), mtErr) {
errMsg += " 美团Cookie无效了"