curl --location '/user-api/v1/miniapp/merchants/detail?merchantId=undefined' \
--header 'Authorization: Bearer jl-test-token-user-43'{
"code": 0,
"message": "string",
"data": {
"merchantId": 0,
"name": "string",
"shortName": "string",
"merchantType": "string",
"intro": "string",
"avatarUrl": "string",
"badge": {
"code": "string",
"name": "string"
},
"mainBusiness": "string",
"highlights": [
"string"
],
"rating": 0,
"completionRate": 0,
"positiveRate": 0,
"orderCount": 0,
"tags": [
{
"id": 0,
"merchantId": 0,
"name": "string",
"sortOrder": 0,
"displayEnabled": true,
"createdAt": "string"
}
],
"games": [
{
"gameId": 0,
"gameName": "string",
"gameCode": "string",
"businessTypeIds": [
0
],
"businessTypes": [
{
"id": 0,
"code": "string",
"name": "string"
}
]
}
],
"productGroups": [
{
"serverId": 0,
"serverName": "string",
"gameCategoryId": 0,
"gameName": "string",
"products": [
{
"id": 0,
"merchantId": 0,
"productTypeId": 0,
"gameCategoryId": 0,
"serverId": 0,
"serverName": "string",
"productTypeName": "string",
"productTypeCode": "string",
"name": "string",
"description": "string",
"priceMode": "string",
"fixedPrice": 0,
"minPrice": 0,
"maxPrice": 0,
"sortOrder": 0,
"status": "string",
"tags": [
{
"id": 0,
"scope": "string",
"merchantId": 0,
"name": "string",
"sortOrder": 0,
"status": "string",
"createdAt": "string",
"updatedAt": "string"
}
],
"createdAt": "string",
"updatedAt": "string"
}
]
}
],
"productCount": 0,
"minPrice": 0,
"images": [
{
"id": 0,
"objectKey": "string",
"bucket": "string",
"region": "string",
"fileName": "string",
"contentType": "string",
"size": 0,
"hash": "string",
"sortOrder": 0,
"url": "string",
"auditStatus": "string",
"auditSuggestion": "string",
"auditLabel": "string",
"auditMessage": "string",
"auditAt": "string",
"createdAt": "string"
}
],
"createdAt": "string"
}
}