{
"reqBody": {
"orgTrace": "string",
"sendSmsInfo": {
"userId": "string",
"randomCode": "st",
"smsTemplateId": "string",
"smsTemplateValue": "string"
}
}
}curl --location --request POST 'https://d-phoenix-gap.easypay.com.cn:24443/yqt/electronic/sendSms' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqBody": {
"orgTrace": "string",
"sendSmsInfo": {
"userId": "string",
"randomCode": "st",
"smsTemplateId": "string",
"smsTemplateValue": "string"
}
}
}'{
"rspBody": {
"sendSmsInfo": {
"userId": "string",
"randomCode": "string"
},
"respStateInfo": {
"appendRetCode": "string",
"appendRetMsg": "string",
"respCode": "string",
"respDesc": "string",
"transState": "string",
"transStatusDesc": "string"
},
"retMsg": "string",
"retCode": "string"
}
}