{
"ins_no": "12345678",
"version": "1.0",
"nonce": "abc123def456",
"sign": "A1B2C3D4E5F6...",
"data": {
"ins_user_phone": "string",
"type": 3,
"category_id": 0,
"sort": 0,
"page": 1,
"limit": 15
}
}curl --location 'https://api.yuanpay.vip/api/mall/commodity' \
--header 'Content-Type: application/json' \
--data '{
"ins_no": "12345678",
"version": "1.0",
"nonce": "abc123def456",
"sign": "A1B2C3D4E5F6...",
"data": {
"ins_user_phone": "string",
"type": 3,
"category_id": 0,
"sort": 0,
"page": 1,
"limit": 15
}
}'{
"code": 200,
"msg": "success",
"data": [
{}
],
"pagination": {
"total": 0,
"per_page": 0,
"last_page": 0,
"current_page": 0
}
}