safesforce的apex_rest_methods返回给IOS客户端的数据变成了十六进制流

来源:互联网 发布:淘宝客亏本 编辑:程序博客网 时间:2024/06/10 16:57
iOS客户端访问safesforce的apex_rest_methods,返回数据是十六进制流,问题出在服务器端吗??

我查了一下Apex REST Methods文档,有这些信息:
Apex REST Methods, These return and parameter types are allowed:
1 Apex primitives (excluding sObject and Blob).
2 sObjects
3 Lists or maps of Apex primitives or sObjects (only maps with String keys are supported).
4 User-defined types that contain member variables of the types listed above.
0 0
原创粉丝点击