feat: 钓鱼功能

This commit is contained in:
LyMysterious
2025-04-11 18:18:30 +08:00
parent 1911630efb
commit 09b6eb068b
2 changed files with 62 additions and 14 deletions
+8
View File
@@ -0,0 +1,8 @@
import request from '@/utils/request'
/**
* 拉杆钓鱼
*/
export function fishingClick () {
return request.post('/Fishing/pull')
}