mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 20:13:41 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"goods_ids": [ 1 ]
|
||||
}
|
@@ -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
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"goodsInfo": {
|
||||
"coverImgUrl": "ZuYVNKk9sMP1X4m7FXdcDCKra251KDZTjS502UTV7gwalgLZXcrOhG6oNYX6c7AR",
|
||||
"name": "TIT茶杯",
|
||||
"priceType": 1,
|
||||
"price": 99.5,
|
||||
"price2": 150.5,
|
||||
"url": "pages/index/index"
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"goodsId": 51,
|
||||
"auditId": 525022786,
|
||||
"errcode": 0
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"goodsId": 9
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"auditId": 525022184
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"goodsId": 9
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"errcode": 0
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"auditId": 525022184,
|
||||
"goodsId": 9
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"errcode": 0
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"goodsInfo": {
|
||||
"coverImgUrl": "ZuYVNKk9sMP1X4m7FXdcDCKra251KDZTjS502UTV7gwalgLZXcrOhG6oNYX6c7AR",
|
||||
"name": "TIT茶杯",
|
||||
"priceType": 1,
|
||||
"price": 99.5,
|
||||
"price2": 150.5,
|
||||
"url": "pages/index/index",
|
||||
"goodsId": 9
|
||||
}
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"errcode": 0
|
||||
}
|
Reference in New Issue
Block a user