我嘗試使用Orange SMS api但我下面的錯誤:服務錯誤與Orange短信API
{
"requestError": {
"serviceException": {
"messageId": "SVC0001",
"text": "A service error occurred. Error code is %1",
"variables": "PDK_SMSW_0001"
}
}
}
我嘗試用curl命令行,用和的NodeJS用的Firefox插件RESTClient實現,但我總是已經同樣的錯誤。
感謝
嗨莫克塔爾烏 謝謝您的回答,所以我已經爲curl命令行界面相同的結果和的NodeJS curlrequest模塊 'code' \t數據:{ \t \t outboundSMSMessageRequest:{ \t \t \t地址:「電話:+ 22177xxxxxxx」, \t \t \t senderAddress: 「電話:+ 22177xxxxxxx」, \t \t \t outboundSMSTextMessage:{ \t \t \t \t消息:「Hello World!」 \t \t \t} \t \t} \t} 'code' –
嗨Mouhamadou,請檢查您的JSON格式有一些失蹤'「,測試在這之下: { 」outboundSMSMessageRequest「:{ 」地址「: 「tel:+ 22177xxxxxxx」,「senderAddress」:「tel:+ 22177xxxxxxx」,「outboundSMSTextMessage」:{「message」:「Hello World!」}}} – Moctar