curl --location --request GET '/lighthouse/admin/api/v1/miniProgram/getInfo' \
--header 'Lang: zh-CN' \
--header 'B-App-Id: {{B-App-Id}}' \
--header 'B-App-User-Id: {{B-App-User-Id}}' \
--header 'B-Origin-Domain: {{B-Origin-Domain}}' \
--header 'Cookie: {{Cookie}}'
{
"success": true,
"msg": "string",
"code": "string",
"content": {
"miniProgramInfo": {
"name": "string",
"avatar": "string"
},
"appId": "string",
"auditInfo": {
"hasFilledName": true,
"hasSelectedCategory": true,
"isFunctionalComplete": true,
"hasReadSpecification": true,
"description": "string",
"screenshots": [
"string"
],
"screenRecords": [
"string"
],
"testNotes": "string",
"status": "NOT_SUBMITTED",
"trialCreateTime": 0,
"auditCreateTime": 0,
"auditId": 0
},
"releaseInfo": {
"published": true,
"releaseUpdateTime": 0,
"description": "string",
"version": "string"
}
}
}