- change GetAPIOperator to "jxc4-admin".
This commit is contained in:
@@ -90,7 +90,7 @@ func GetCurTimestamp() int64 {
|
||||
}
|
||||
|
||||
func GetAPIOperator() string {
|
||||
return "jxc4-" + Time2Str(time.Now())
|
||||
return "jxc4-admin"
|
||||
}
|
||||
|
||||
func MergeMaps(firstMap map[string]interface{}, otherMaps ...map[string]interface{}) (retVal map[string]interface{}) {
|
||||
|
||||
Reference in New Issue
Block a user