This commit is contained in:
邹宗楠
2025-08-06 14:19:15 +08:00
parent 5dfaeb5131
commit b2b0bf6376
4 changed files with 37 additions and 11 deletions

View File

@@ -558,7 +558,7 @@ func (c *LaKaLaController) SeparateUnBind() {
// @router /SeparateQueryAmt [get]
func (c *LaKaLaController) SeparateQueryAmt() {
c.callSeparateQueryAmt(func(params *tLakalaSeparateQueryAmtParams) (retVal interface{}, errCode string, err error) {
retVal, err = lakalaServer.SeparateQueryAmt(params.MerchantNo, params.LogDate, params.LogNo, params.VendorOrderId)
retVal, err = lakalaServer.SeparateQueryAmt(params.Ctx, params.MerchantNo, params.LogDate, params.LogNo, params.VendorOrderId)
return
})
}