🎨 完善用户讲师申请接口,新增order模块

This commit is contained in:
2025-07-20 21:52:11 +08:00
parent 70f65c96bd
commit f0a67822ef
7 changed files with 39 additions and 1 deletions

3
api/v1/app/order.go Normal file
View File

@@ -0,0 +1,3 @@
package app
type OrderApi struct{}