mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 18:48:10 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"results": [
|
||||
{
|
||||
"crop_left": 112,
|
||||
"crop_top": 0,
|
||||
"crop_right": 839,
|
||||
"crop_bottom": 727
|
||||
},
|
||||
{
|
||||
"crop_left": 0,
|
||||
"crop_top": 205,
|
||||
"crop_right": 965,
|
||||
"crop_bottom": 615
|
||||
}
|
||||
],
|
||||
"img_size": {
|
||||
"w": 966,
|
||||
"h": 728
|
||||
}
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"code_results": [
|
||||
{
|
||||
"type_name": "QR_CODE",
|
||||
"data": "http://www.qq.com",
|
||||
"pos": {
|
||||
"left_top": {
|
||||
"x": 585,
|
||||
"y": 378
|
||||
},
|
||||
"right_top": {
|
||||
"x": 828,
|
||||
"y": 378
|
||||
},
|
||||
"right_bottom": {
|
||||
"x": 828,
|
||||
"y": 618
|
||||
},
|
||||
"left_bottom": {
|
||||
"x": 585,
|
||||
"y": 618
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type_name": "QR_CODE",
|
||||
"data": "https://mp.weixin.qq.com",
|
||||
"pos": {
|
||||
"left_top": {
|
||||
"x": 185,
|
||||
"y": 142
|
||||
},
|
||||
"right_top": {
|
||||
"x": 396,
|
||||
"y": 142
|
||||
},
|
||||
"right_bottom": {
|
||||
"x": 396,
|
||||
"y": 353
|
||||
},
|
||||
"left_bottom": {
|
||||
"x": 185,
|
||||
"y": 353
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type_name": "EAN_13",
|
||||
"data": "5906789678957"
|
||||
},
|
||||
{
|
||||
"type_name": "CODE_128",
|
||||
"data": "50090500019191"
|
||||
}
|
||||
],
|
||||
"img_size": {
|
||||
"w": 1000,
|
||||
"h": 900
|
||||
}
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"media_id": "6WXsIXkG7lXuDLspD9xfm5dsvHzb0EFl0li6ySxi92ap8Vl3zZoD9DpOyNudeJGB"
|
||||
}
|
Reference in New Issue
Block a user