From bcf6c601bc191385b0e124dc987ec0e17ea5e2bd Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期一, 27 七月 2020 19:57:35 +0800 Subject: [PATCH] rm arg --- service/carService.go | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/service/carService.go b/service/carService.go index a5ecfb6..25c03df 100644 --- a/service/carService.go +++ b/service/carService.go @@ -159,9 +159,7 @@ for _,p := range parkList { reqBody := map[string]interface{} { "parkSyscode": p.ParkIndexCode,//鍋滆溅搴撳敮涓�鏍囪瘑 - "spaceNos": "", //杞︿綅鍙凤紝澶氫釜鐢ㄩ�楀彿闅斿紑 "state": 1, //杞︿綅鐘舵�侊紝0锛氱┖闂诧紝1锛氬仠杞� - "bindCars": "", //缁戝畾鐨勮溅杈嗚溅鐗屽彿锛屽涓敤閫楀彿闅斿紑 "pageNo": 1, "pageSize": 1000, } -- Gitblit v1.8.0