forked from Tencent/APIJSON
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
23 lines (21 loc) · 2.73 KB
/
strings.xml
File metadata and controls
23 lines (21 loc) · 2.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">APIJSON</string>
<string name="app_version">1.0</string>
<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
<string name="single">单个Object</string>
<string name="rely">Object之间的依赖</string>
<string name="array">Object数组</string>
<string name="complex">复杂结构</string>
<string name="access_error">没有访问权限</string>
<string name="access_permitted">允许使用权限</string>
<string name="query">查询</string>
<string name="query_error">可能出现了一些问题,可以按照以下步骤解决:\n\n1.检查网络连接\n\n2.检查url是否为一个可用的IPV4地址\n\n3.长按[查询]按钮用浏览器发送请求\n\n4.查看目标服务器上的log\n\n5.再试一次</string>
<string name="demo_single">{\n   \"User\":{\n      \"id\":38710\n   }\n}</string>
<string name="demo_rely">{\n   \"User\":{\n      \"id\":70793\n   },\n   \"Work\":{\n      \"userId\":\"User/id\"\n   }\n}</string>
<string name="demo_array">{\n   \"User[]\":{\n      \"count\":10,\n      \"User\":{\n         \"sex\":0\n      }\n   }\n}</string>
<string name="demo_complex">{\n   \"[]\":{\n      \"count\":2,\n      \"User\":{\n         \"sex\":0\n      },\n      \"Work\":{\n         \"userId\":\"/User/id\"\n      },\n      \"Comment[]\":{\n         \"count\":3,\n         \"Comment\":{\n            \"workId\":\"[]/Work/id\"\n          }\n      }\n   }\n}</string>
<string name="demo_wallet">{\n   \"Wallet\":{\n      \"userId\":38710\n   }\n}</string>
<string name="demo_wallet_with_access">{\n   \"Wallet\":{\n      \"userId\":38710\n   },\n   \"currentUserId\":38710,\n   \"payPassword\":\"123456\"\n}</string>
</resources>