{
"code_type":0,
"company_no":"000001",
"client_type":1,
"auth_name":"测试二维码生成",
"valid_time_end":"2026-02-05",
"code_time_end":"2027-01-01"
}curl --location 'admin/clientAuthQRCode/add' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data '{
"code_type":0,
"company_no":"000001",
"client_type":1,
"auth_name":"测试二维码生成",
"valid_time_end":"2026-02-05",
"code_time_end":"2027-01-01"
}'{}