{
"admin": {
"type": 1,
"user_id": 90,
"admin_id": null
},
"base_data": {
"type": 1,
"certificate_validity_period": 1,
"operating_term_type": 1,
"front_of_photo": [
{}
],
"back_of_photo": [
{}
],
"license_addr_province": [],
"supplementary_information": [],
"document_type": 1,
"corporate_name": "hhhh"
},
"merchant_data": {
"business_address": [],
"account_opening_permit": [
{}
],
"business_license_img": [
{}
]
},
"type": 1
}
curl --location --request POST '/adminapi/merchant/merchant/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"admin": {
"type": 1,
"user_id": 90,
"admin_id": null
},
"base_data": {
"type": 1,
"certificate_validity_period": 1,
"operating_term_type": 1,
"front_of_photo": [
{}
],
"back_of_photo": [
{}
],
"license_addr_province": [],
"supplementary_information": [],
"document_type": 1,
"corporate_name": "hhhh"
},
"merchant_data": {
"business_address": [],
"account_opening_permit": [
{}
],
"business_license_img": [
{}
]
},
"type": 1
}'
{
"code": 0,
"msg": "ok",
"data": {
"filter_result": [
{
"role_id": 11,
"role_name": "南昌1",
"role_desc": "个人设置角色",
"authority_list": [
"all"
]
}
],
"filter": {
"keyword": "",
"page": 1,
"size": 15,
"sort_field": "role_id",
"sort_order": "desc"
},
"total": 7,
"errcode": 0,
"message": ""
}
}