1
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user