{
"name": "张师傅",
"mobile": "13800138000",
"gender": 1,
"certificate_info": "高级师傅证",
"work_years": 5,
"description": "经验丰富",
"technician_fee_rate": 15.5,
"technician_status": 1,
"is_enabled": 1,
"apply_status": 1,
"apply_remark": "申请通过",
"audit_remark": "审核通过"
}curl --location --request PUT '/storeapi/technician/' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'manage-store-id: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "张师傅",
"mobile": "13800138000",
"gender": 1,
"certificate_info": "高级师傅证",
"work_years": 5,
"description": "经验丰富",
"technician_fee_rate": 15.5,
"technician_status": 1,
"is_enabled": 1,
"apply_status": 1,
"apply_remark": "申请通过",
"audit_remark": "审核通过"
}'{
"code": 200,
"msg": "操作成功",
"data": {}
}