腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
Android
POST
Json
to
API
android
、
json
、
android-studio
、
post
、
android-asynctask
我在将
Json
从应用程序发送到
API
时遇到了问题。
API
= Spring + Hibernate。
API
将工作,因为发送
Json
POST
程序POSTMAN添加到数据库中。移动应用程序不发送
JSON
文件。传输URL充当所需的空基表单表格。@Override
浏览 9
提问于2017-02-16
得票数 0
1
回答
React-Native:尝试在AndroidManifest.xml中使用自定义XML
android
、
react-native
我正在用React-Native创建一个
Android
应用程序,但我对注册
API
的fetch有一个问题。:name=".MainApplication"
android
:icon="@mipmap/ic_launcher"
android
:roundIcon="@mipmap/ic_launcher_rou
浏览 31
提问于2019-06-14
得票数 1
回答已采纳
2
回答
尝试将事件添加到google places
google-maps
、
google-places-api
/maps/
api
/place/event/add/
json
?url = new URL("https://maps.googleapis.com/maps/
api
/place/event/add/
json
?= new HttpPost("https://maps.googleapis.com/maps/
api</em
浏览 3
提问于2012-11-22
得票数 0
1
回答
如果我不想在
post
请求中硬编码值,该怎么办?
python
、
django
现在,我只是在发出
post
请求时将值硬编码到有效负载和标头中,并且运行良好。但现在我不想将这些值硬编码到有效负载中并发出
post
请求。它应该在动态发出
post
请求时接受这些值。 有谁知道吗?@csrf_exemptdef addtocart(request): payload = dict(customer_key='c_5c88d447dde56', hub_id=4, product_id='pr_57
浏览 15
提问于2019-04-17
得票数 0
回答已采纳
2
回答
使用PHP接收FCM推送通知时出错
php
、
android
、
firebase-cloud-messaging
、
firebase-notifications
我已经将项目添加到Firebase控制台,获得了
API
键和device_token。 $fields['to'] = $token;//header with content_type
api
curl_init(); curl_setopt
浏览 0
提问于2016-10-12
得票数 1
1
回答
如何在
Android
中与城市飞艇进行推送交互通知?
android
、
push-notification
、
urbanairship.com
我已经将城市飞艇SDK集成到我在设备上的应用程序和
Android
4.2(果冻豆)。我收到了一般的推送通知。没事的。但我想得到与“保存”标签按钮的交互式按钮通知。:22.2.0' compile 'com.
android
.support:cardview-v7:22.2.0:7.5.0' // Required for
Android
(GCM) push notificat
浏览 2
提问于2015-07-15
得票数 8
1
回答
HTTParty:上传文件
ruby-on-rails
、
curl
、
carrierwave
、
httparty
、
fog
如何使用curl进行以下调用 $ curl -u andrew.lunny@nitobi.com -F keystore=@
android
.keystore -F 'data={"title":"
Android
Key","alias":"release", "key_pw":"90123456","keystore_pw":"78901234"}' https:/
浏览 1
提问于2018-03-17
得票数 1
回答已采纳
3
回答
使用CodeIgniter cURL通过UrbanAirship发送推送通知
codeigniter
、
curl
、
urbanairship.com
:$this->load->helper('html');$this->load->库(‘session’);$this->load->helper(‘
json
’‘);$this->load->库(’curl‘’);$new_announcement =$this->输入create>
post
(‘announcement_text’>);if($create会话http_login('','
浏览 2
提问于2011-06-19
得票数 5
3
回答
TypeError:本机的网络请求失败
react-native
、
.net-core
但是,我的react原生应用程序为相同的请求抛出了一个错误:_login() {
api
= 'https://localhost:9001/
api
/Account/authenticate'; fetch(
浏览 3
提问于2021-07-09
得票数 1
1
回答
Android
/Java中的Apidaze REST调用
java
、
android
、
python
、
rest
、
sms
当在
Android
应用程序中点击一个按钮时,我试图发送短信。我有使用REST的Python中的SMS发送代码。模板如下所示: querystring = {"
api
_secretheaders = {'Content-Type': 'application/x-www
浏览 1
提问于2018-09-22
得票数 1
回答已采纳
1
回答
Volley分析错误org.
json
.JSONException:在的字符0处输入结束
java
、
android
、
android-intent
、
jax-rs
、
jax-ws
我正在开发一个
android
应用程序和java Jax的Restful web服务。当我的应用程序在服务上发送
json
时,出现了这个错误。如果我从Restful客户端浏览器服务发送
json
成功接收数据,但不能从
android
应用程序接收数据……我的应用程序和服务代码是here.This是我的安卓活动。", Toast.LENGTH_LONG).show(); } // Volley
Json
Request...rating"
浏览 3
提问于2015-12-23
得票数 1
2
回答
如何在Kotlin
Android
中正确使用URL
android
、
kotlin
、
kotlin-android-extensions
、
kotlin-extension
{ setContentView(R.layout.activity_main) simpleTextView.setText(
json
)但是发生了这个致命的错误 java.lang.RuntimeException: Una
浏览 23
提问于2017-12-26
得票数 2
回答已采纳
3
回答
Guzzle 422不可处理实体错误
php
、
guzzle
、
browserstack
我使用的是浏览器堆栈截图
API
- ,下面的curl正在工作: curl -u "username:password" -H "Content-Type: application/
json
" -H "Accept: application/
json
" -d '{"browsers": [{"os": "Windows", "os_version": "7&quo
浏览 4
提问于2014-10-28
得票数 1
回答已采纳
1
回答
获取
json
数据和保存会话?
php
、
html
在我的应用程序中,我试图完成登录部分,其中用户使用
POST
向我自己的REST提交一个表单,该
API
接受
POST
请求。如何使用
JSON
对象重定向回主页,并在加载主页之前保存会话数据?> "/shades-
api<
浏览 1
提问于2019-08-13
得票数 0
回答已采纳
9
回答
使用
android
-async-http的POSTing
JSON
/XML (loopj)
android
、
rest
、
post
、
loopj
、
android-async-http
我必须以以下格式将数据张贴至
API
: <notes>Test
api
support</notes> <project_id type=我也可以发布等价的
JSON
。有什么想法吗?
浏览 0
提问于2012-10-24
得票数 47
回答已采纳
2
回答
rails 4.2中用于主干的respond_with替代方案
api
、
backbone.js
、
ruby-on-rails-4.2
对于呈现控制器中的所有用户,我使用: respond_to :
json
def index
浏览 3
提问于2015-02-10
得票数 5
回答已采纳
1
回答
在
Android
中使用多个Http
Post
方法调用异步
android
请求指导我,我知道在
android
中进行
json
解析,并且可以从直接url中读取
json
对象,比如可以从读取信息。问题:-我想使用异步Http方法调用
API
函数我的
Api
代码是if ( $_
POST
['
api
_key']== 'abc1239op3rt' ) if( $_
POS
浏览 2
提问于2015-11-26
得票数 0
1
回答
使用离子推送请求体中无效的
json
javascript
、
ionic-framework
{“链接”:null,“消息”:“请求体中的
JSON
无效。对于空
JSON
,传递‘{}’。”8LKtpCTtGoIDBUvYI6L'];var req = { url: 'https://
api
.ionic.io/push/notifi
浏览 4
提问于2016-05-15
得票数 0
2
回答
在swift中以编程方式创建的firebase动态链接不起作用,没有域
ios
、
swift
、
firebase
、
dynamic-linking
、
firebase-dynamic-links
我已经配置了动态链接的firebase项目,我有DL的域名。但是当我以编程方式创建shroten链接时,我得到了一个错误。这个错误我收到的目标测试和调试项目,但相同的代码是用于发布应用程序和它的动态链接工作。每个项目目标都有自己的firebase项目和域。我不知道为什么工作只发布版本?
浏览 1
提问于2017-12-06
得票数 1
1
回答
HTTP模块请求模块转换
node.js
、
api
method: '
POST
', 'Content-Type': 'application/
json
',
Android
',' campaignId ':"DEMOCAMP1","rewardGroupId":"amz1yprime&quo
浏览 0
提问于2019-04-23
得票数 1
回答已采纳
点击加载更多
相关
资讯
Android UI及API 优化指南
ASP.NET Core 2.0 建立规范的REST API GET和POST
Android Smart Linkify API背后的机器
Android Things 教程:Android Things 构建温度传感器 RESTful API
Android Smart Linkify API背后的机器学习
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
语音识别
活动推荐
运营活动
广告
关闭
领券