aa
This commit is contained in:
7
services/order.go
Normal file
7
services/order.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package services
|
||||
|
||||
import "git.rosy.net.cn/jx-print/model"
|
||||
|
||||
func CreateOrder(tokenInfo *model.TokenInfo) (err error) {
|
||||
return err
|
||||
}
|
||||
Reference in New Issue
Block a user