{
"hasUploadAvatar": true,
"hasFilledName": true,
"hasSelectedCategory": true,
"isFunctionalComplete": true,
"hasReadSpecification": true,
"description": "string",
"screenshots": [
"string"
],
"screenRecords": [
"string"
],
"testNotes": "string"
}
curl --location --request PUT '/lighthouse/admin/api/v1/miniProgram/saveAuditInfo' \
--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}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"hasUploadAvatar": true,
"hasFilledName": true,
"hasSelectedCategory": true,
"isFunctionalComplete": true,
"hasReadSpecification": true,
"description": "string",
"screenshots": [
"string"
],
"screenRecords": [
"string"
],
"testNotes": "string"
}'
{
"success": true,
"msg": "string",
"code": "string",
"content": {}
}