feat(wxapi): 新增第三方平台小程序微信认证相关接口

This commit is contained in:
Fu Diwei
2023-12-25 15:36:48 +08:00
parent e14d0dfe83
commit d9748b3330
24 changed files with 900 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
{
"identity_tree_list": [
{
"name": "职业身份认证",
"node_id": 1,
"node_list": [
{
"name": "娱乐",
"node_id": 2,
"node_list": [
{
"name": "影视",
"node_id": 3,
"node_list": [
{
"leaf_info": {
"requirement": "认证需上传本人有效身份证件同时提供以下任一材料1、获得导演相关职称..."
},
"name": "导演",
"node_id": 4
},
{
"leaf_info": {
"requirement": "认证需上传本人有效身份证件,同时提供以下任一材料..."
},
"name": "编导",
"node_id": 5
}
]
},
{
"name": "音乐",
"node_id": 17,
"node_list": [
{
"leaf_info": {
"requirement": "认证需上传本人有效身份证件同时提供以下任一材料1、唱片公司或演艺公司签约歌手..."
},
"name": "歌手",
"node_id": 18
}
]
}
]
}
],
"root_info": {
"type": 1
}
}
],
"errcode": 0,
"errmsg": ""
}

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "",
"task_status": 15,
"apply_status": 0,
"appid": "wx123123123123123"
}

View File

@@ -0,0 +1,42 @@
{
"auth_data": {
"taskid": "xxxxxx",
"account_name": "",
"account_name_type": 0,
"account_supplemental": [ "", "" ],
"auth_ident_material": [ "", "" ],
"auth_identification": "",
"contact_info": {
"email": "认证联系人电子信箱",
"name": "认证联系人姓名"
},
"invoice_info": {
"electronic": {
"desc": "电子发票信息-发票备注(选填)",
"id": "电子发票信息-纳税识别号15位、17、18或20位"
},
"invoice_type": 0,
"vat": {
"address": "增值税专票-街道地址xx省xx市xx区xxxx",
"bank_account": "增值税专票-企业银行账号",
"bank_name": "增值税专票-企业开户银行",
"enterprise_address": "增值税专票-企业注册地址",
"enterprise_phone": "增值税专票-企业电话",
"id": "增值税专票-纳税识别号15位、17、18或20位",
"mailing_address": "增值税专票-发票邮寄地址邮编",
"name": "增值税专票-联系人",
"phone": "增值税专票-联系电话",
"province": "广东省",
"city": "广州市",
"district": "海珠区",
"desc": "发票备注,选填"
}
},
"pay_type": 0,
"qualification": "",
"qualification_other": [ "", "" ],
"third_party_phone": ""
}
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "",
"taskid": ""
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"mediaid": "xxxxxxxxxxxxxxxxx"
}

View File

@@ -0,0 +1,41 @@
{
"auth_data": {
"account_name": "",
"account_name_type": 0,
"account_supplemental": [ "", "" ],
"auth_ident_material": [ "", "" ],
"auth_identification": "",
"customer_type": 15,
"contact_info": {
"email": "认证联系人电子信箱",
"name": "认证联系人姓名"
},
"invoice_info": {
"electronic": {
"desc": "电子发票信息-发票备注(选填)",
"id": "电子发票信息-纳税识别号15位、17、18或20位"
},
"invoice_type": 0,
"vat": {
"address": "增值税专票-街道地址xx省xx市xx区xxxx",
"bank_account": "增值税专票-企业银行账号",
"bank_name": "增值税专票-企业开户银行",
"enterprise_address": "增值税专票-企业注册地址",
"enterprise_phone": "增值税专票-企业电话",
"id": "增值税专票-纳税识别号15位、17、18或20位",
"mailing_address": "增值税专票-发票邮寄地址邮编",
"name": "增值税专票-联系人",
"phone": "增值税专票-联系电话",
"province": "广东省",
"city": "广州市",
"district": "海珠区",
"desc": "发票备注,选填"
}
},
"pay_type": 0,
"qualification": "",
"qualification_other": [ "", "" ],
"service_appid": "",
"third_party_phone": ""
}
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "",
"taskid": ""
}