1
This commit is contained in:
@@ -911,7 +911,7 @@ func (c *LaKaLaController) WithdrawalList() {
|
||||
// @router /QueryApplyContractList [get]
|
||||
func (c *LaKaLaController) QueryApplyContractList() {
|
||||
c.callQueryApplyContractList(func(params *tLakalaQueryApplyContractListParams) (retVal interface{}, errCode string, err error) {
|
||||
retVal, err = lakalaServer.QueryApplyContractList(params.OrderNo, params.StoreId, params.PageSize, params.PageSize)
|
||||
retVal, err = lakalaServer.QueryApplyContractList(params.OrderNo, params.StoreId, params.PageSize, params.Offset)
|
||||
return
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user