🎨 新增订单模块
This commit is contained in:
8
service/app/order.go
Normal file
8
service/app/order.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package app
|
||||
|
||||
type OrderService struct{}
|
||||
|
||||
// Pay 发起支付
|
||||
func (s *OrderService) Pay(orderId string, userId int64) (string, error) {
|
||||
return "", nil
|
||||
}
|
Reference in New Issue
Block a user