test(wxapi): 适配新的模型测试

This commit is contained in:
Fu Diwei
2021-05-28 19:27:38 +08:00
parent dc78ea6577
commit 27cd4178e7
988 changed files with 11052 additions and 206 deletions

View File

@@ -0,0 +1,18 @@
{
"errcode": 0,
"errmsg": "ok",
"goods": [
{
"goods_id": 9,
"cover_img_url": "xxxx",
"name": "xxxxx",
"price": 12300,
"url": "xxxxxxx",
"price_type": 1,
"price2": 0,
"audit_status": 1,
"third_party_tag": 0
}
],
"total": 0
}

View File

@@ -0,0 +1,10 @@
{
"goodsInfo": {
"coverImgUrl": "ZuYVNKk9sMP1X4m7FXdcDCKra251KDZTjS502UTV7gwalgLZXcrOhG6oNYX6c7AR",
"name": "TIT茶杯",
"priceType": 1,
"price": 99.5,
"price2": 150.5,
"url": "pages/index/index"
}
}

View File

@@ -0,0 +1,5 @@
{
"goodsId": 51,
"auditId": 525022786,
"errcode": 0
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"auditId": 525022184
}

View File

@@ -0,0 +1,16 @@
{
"errcode": 0,
"total": 68,
"goods": [
{
"goodsId": 9,
"coverImgUrl": "xxxx",
"name": "xxxxx",
"price": 12300,
"url": "xxxxxxx",
"priceType": 1,
"price2": 0,
"thirdPartyTag": 0
}
]
}

View File

@@ -0,0 +1,11 @@
{
"goodsInfo": {
"coverImgUrl": "ZuYVNKk9sMP1X4m7FXdcDCKra251KDZTjS502UTV7gwalgLZXcrOhG6oNYX6c7AR",
"name": "TIT茶杯",
"priceType": 1,
"price": 99.5,
"price2": 150.5,
"url": "pages/index/index",
"goodsId": 9
}
}