新增一系列接口

This commit is contained in:
yan.y
2024-03-29 00:24:07 +08:00
parent 0884384e91
commit c799107d6c
17 changed files with 511 additions and 315 deletions
+4
View File
@@ -15,13 +15,17 @@ func (p DefParty) RegisterList() []web_iris.Party {
p.goodsList(),
p.goodsDetail(),
p.orderCreate(),
p.orderServiceTime(),
p.orderList(),
p.orderPay(),
p.petList(),
p.petInfo(),
p.petTypeList(),
p.petAddOrEdit(),
p.delPet(),
p.serviceAddrList(),
p.serviceAddOrEdit(),
p.serviceAreaAddrList(),
p.index(),
}
return ps