{
"app_key": "99806691412",
"timestamp": "",
"sign":"",
"miniunit_id ":"10001",
"b_id": "6",
"product_id":"",
"goods_sku":"",
"pageSize" : "10",
"page" : "1"
}
curl --location --request POST 'http://test.merchant.center.mf178.cn/api/merchant/productGoodsList' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "99806691412",
"timestamp": "",
"sign":"",
"miniunit_id ":"10001",
"b_id": "6",
"product_id":"",
"goods_sku":"",
"pageSize" : "10",
"page" : "1"
}'
{
"code": 0,
"message": "ok",
"stime": 1744623521.806621,
"etime": 1744623522.471298,
"data": {
"data": [
{
"b_id": 6,
"order_type": 10001,
"product_id": 10010,
"goods_sku": "SK000178",
"template_id": 0,
"amount": 30,
"source_pack_id": 122,
"uni_md5": "84EBA06BAFA03B2606A4456C6ED49569",
"status": 1,
"miniunit_id": 1000016,
"biz_name": "三网话费直充",
"product_name": "联通卡密直充(非98卡)",
"goods_name": "话费充值-联通",
"sep_val": 30,
"source_type_name": "官方资源",
"source_limit_name": "不限制充值平台",
"is_price_config_new": 1,
"goods_price": "29.886",
"min_price": "27.000",
"max_price": "33.000",
"is_limit_price": 2,
"is_limit_price_name": "不限价",
"limit_price": 0,
"recently_trade_price": "\/"
}
],
"total": 184,
"count": 1
}
}