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">Single</string>
<string name="rely">Rely</string>
<string name="array">Array</string>
<string name="complex">Complex</string>
<string name="access_error">Access Error</string>
<string name="access_permitted">Access Permitted</string>
<string name="query">Query</string>
<string name="query_error">There may be something wrong,you can follow by the steps:\n\n1.Check your net connection\n\n2.Check the url whether it\'s an available ipv4 address\n\n3.Long click the [Query] button to open the request by web browser\n\n4.Check logs outputed on the target server\n\n5.Try again</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>