common.go 152 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 package utils const ( APPID = "Pro2D" APPKEY = "905c86c1ba58d2d7ea6e9d5549c709a7" //md5(Pro2DSecret) 32位 Pro2DTokenSignedString = "Pro2DSecret" )