This commit is contained in:
邹宗楠
2025-06-25 11:34:51 +08:00
parent b2d23c1587
commit 62de05c596
2 changed files with 6 additions and 7 deletions

View File

@@ -27,7 +27,6 @@ func (c *LaKaLaController) MerchantIncoming() {
if err != nil {
return retVal, "", err
}
retVal, err = lakalaServer.LaKaLaInComing(params.Ctx, incoming, params.StoreID)
return retVal, "", err
})