{
"uid": 31364,
"cert_id":1,
"point_id": 1,
"price": 3888,
"service": 1
}
curl --location --request POST '/api/client_cert/issueCertCreateOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": 31364,
"cert_id":1,
"point_id": 1,
"price": 3888,
"service": 1
}'
{"code":"200","ms":"创建成功","data":"1"}