1
This commit is contained in:
@@ -8,7 +8,6 @@ import (
|
||||
"fmt"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/business/jxstore/cms"
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils"
|
||||
"git.rosy.net.cn/jx-callback/business/model"
|
||||
"git.rosy.net.cn/jx-callback/business/model/dao"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
@@ -48,7 +47,8 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
routerMap map[string]reflect.Value
|
||||
routerMap map[string]reflect.Value
|
||||
letterBytes = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
)
|
||||
|
||||
func Init() {
|
||||
@@ -344,7 +344,7 @@ func (c *ApiController) DoPrint(dataMap map[string]interface{}) (data, errCode s
|
||||
}
|
||||
|
||||
appID = utils.Str2Int(dataMap[keyAppID].(string))
|
||||
msgID := time.Now().Format("20060102150405") + "_" + jxutils.RandStringBytes(8)
|
||||
msgID := time.Now().Format("20060102150405") + "_" + RandStringBytes(8)
|
||||
printNo = dataMap[keyPrintNo].(string)
|
||||
orderNo = dataMap[keyOrderNo].(string)
|
||||
content = dataMap[keyContent].(string)
|
||||
|
||||
Reference in New Issue
Block a user