Skip to main content

appauthorize

Authorization Information

{
"_id" : "ObjectId",
"projectId" : "string", // Organization ID
"appId" : "string", // App ID
"appKey" : "string",
"secretKey" : "string",
"sign" : { // Signature
"key" : "string", // Signature key information
"time" : "datetime", // Signature generation time
"type" : 1, // Type (reserved information)
"day" : 0, // Days (reserved field)
"ctime" : "datetime" // Date created
},
"type" : 1, // Application authorization type. 1=all, 2=query
"status" : 1, // Status. 1=enabled, 2=disabled, 3=deleted
"caid" : "string", // Creator account ID
"uaid" : "string", // Modifier account ID
"ctime" : "datetime"", // Date created
"utime" : "datetime",
"remark" : "string", // Notes
"default" : true // Default or not (reserved field)
}