本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
SmartCanteen
/
smart_canteen
關注
2
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
update
master
dengbiao
2 月之前
父節點
1493b135cb
當前提交
dfab122446
共有
1 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
app/customer/hdl/hdl_enterprise.go
+ 2
- 2
app/customer/hdl/hdl_enterprise.go
查看文件
@@ -21,10 +21,10 @@ func EnterpriseList(c *gin.Context) {
return
}
if req.Limit == 0 {
req.Limit = 10
req.Limit = 10
0
}
if req.Page == 0 {
req.Page = 1
0
req.Page = 1
}
platform := c.GetHeader("platform")
Write
Preview
Loading…
取消
儲存