mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"illegal_record_id": "2_11100"
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"records": [
|
||||
{
|
||||
"appeal_record_id": 4111001,
|
||||
"appeal_time": 1600055800,
|
||||
"appeal_from": 0,
|
||||
"appeal_status": 1,
|
||||
"punish_description": "内容涉嫌欺诈",
|
||||
"materials": [
|
||||
{
|
||||
"illegal_material": {
|
||||
"content": "违规内容1",
|
||||
"content_url": "https://xxxxx"
|
||||
},
|
||||
"appeal_material": {
|
||||
"reason": "内容是正常的",
|
||||
"proof_material_ids": [
|
||||
"xxxx",
|
||||
"xxxx"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"illegal_material": {
|
||||
"content": "违规内容2",
|
||||
"content_url": "https://yyyyy"
|
||||
},
|
||||
"appeal_material": {
|
||||
"reason": "内容是正常的",
|
||||
"proof_material_ids": [
|
||||
"zzzz"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"start_time": 1600051606,
|
||||
"end_time": 1600053000
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"records": [
|
||||
{
|
||||
"illegal_record_id": "2_11100",
|
||||
"create_time": 1600051800,
|
||||
"illegal_reason": "内容涉嫌欺诈",
|
||||
"illegal_content": "违规内容",
|
||||
"rule_url": "https://developers.weixin.qq.com/miniprogram/product/#_6-2-%E8%89%B2%E6%83%85%E4%BD%8E%E4%BF%97%E5%86%85%E5%AE%B9",
|
||||
"rule_name": "《微信小程序平台运营规范》"
|
||||
},
|
||||
{
|
||||
"illegal_record_id": "3_11102",
|
||||
"create_time": 1600051802,
|
||||
"illegal_reason": "内容低俗",
|
||||
"illegal_content": "违规内容",
|
||||
"rule_url": "https://developers.weixin.qq.com/miniprogram/product/#_5-11-%E6%AC%BA%E8%AF%88%E8%A1%8C%E4%B8%BA",
|
||||
"rule_name": "《微信小程序平台运营规范》"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user