This commit is contained in:
suyl
2021-07-22 18:58:54 +08:00
parent b903db0c13
commit 215bf52530
2 changed files with 14 additions and 0 deletions

7
services/order.go Normal file
View File

@@ -0,0 +1,7 @@
package services
import "git.rosy.net.cn/jx-print/model"
func CreateOrder(tokenInfo *model.TokenInfo) (err error) {
return err
}