cURL
curl --request POST \ --url https://user.pmock.com/api/open/api/phone/action/input \ --header 'Content-Type: application/json' \ --data ' { "code": "<string>", "inputType": 123, "text": "<string>", "url": "<string>", "waitTime": 123 } '
{ "traceId": "", "code": 0, "msg": "", "data": 0, "status": "" }
phone operate - input
phone code
输入类型:1=直接输入,2=来源网络请求 input type:1=text,2=from url
text content
请求的URL url
等待结果时长 wait time for result
Request link ID
code
Request return message
Status, representing whether this is an instant completion or waiting state, finish or pending
Request return data