Skip to content

Commit 08ecf17

Browse files
committed
Merge branch 'master' of https://github.com/Tencent/APIJSON
* 'master' of https://github.com/Tencent/APIJSON: Update README-English.md Update README.md list类型请求参数通过put请求到远程函数后丢失的bug
2 parents 3868e8e + c01a2b9 commit 08ecf17

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

APIJSONORM/src/main/java/apijson/orm/AbstractObjectParser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ public JSON onChildParse(int index, String key, JSONObject value) throws Excepti
549549
@Override
550550
public void onPUTArrayParse(@NotNull String key, @NotNull JSONArray array) throws Exception {
551551
if (isTable == false || array.isEmpty()) {
552+
sqlRequest.put(key, array);
552553
Log.e(TAG, "onPUTArrayParse isTable == false || array == null || array.isEmpty() >> return;");
553554
return;
554555
}

README-English.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,12 +314,12 @@ https://github.com/Tencent/APIJSON/issues/187
314314
<a href="https://www.tencentmusic.com"><img src="https://user-images.githubusercontent.com/5738175/126524713-b38a8f02-3086-45d4-91db-6f5389811d51.png" height="75"></a>
315315
<br />
316316

317-
<a href="http://www.transsion.com"><img src="http://apijson.cn/images/www.transsion.com.jpeg" height="75"></a>
318-
<a href="http://shebaochina.com"><img src="http://apijson.cn/images/shebaochina.com.png" height="75"></a>
317+
<a href="http://www.transsion.com"><img src="http://apijson.cn/images/users/www.transsion.com.jpeg" height="75"></a>
318+
<a href="http://shebaochina.com"><img src="http://apijson.cn/images/users/shebaochina.com.png" height="75"></a>
319319
<a href="http://www.xmfish.com"><img src="http://apijson.cn/images/www.xmfish.com.gif" height="75"></a>
320320
<a href="http://www.xxwolo.com"><img src="http://apijson.cn/images/www.xxwolo.com.jpeg" height="75"></a>
321321
<a href="http://t-think.com"><img src="http://apijson.cn/images/t-think.com.png" height="75"></a>
322-
<a href="http://xm.juhu.com"><img src="http://apijson.cn/images/xm.juhu.com.png" height="75"></a>
322+
<a href="http://xm.juhu.com"><img src="http://apijson.cn/images/users/xm.juhu.com.png" height="75"></a>
323323
<a href="http://www.aipaipai-inc.com"><img src="http://apijson.cn/images/www.aipaipai-inc.com.png" height="75"></a>
324324
<a href="http://www.8soo.com"><img src="http://apijson.cn/images/www.8sso.com.jpeg" height="75"></a>
325325
<a href="https://www.shulian8.com"><img src="http://apijson.cn/images/www.shulian8.com.png" height="75"></a>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,12 @@ https://github.com/Tencent/APIJSON/issues/187
226226
<a href="https://www.tencentmusic.com"><img src="https://user-images.githubusercontent.com/5738175/126524713-b38a8f02-3086-45d4-91db-6f5389811d51.png" height="75"></a>
227227
<br />
228228

229-
<a href="http://www.transsion.com"><img src="http://apijson.cn/images/www.transsion.com.jpeg" height="75"></a>
230-
<a href="http://shebaochina.com"><img src="http://apijson.cn/images/shebaochina.com.png" height="75"></a>
229+
<a href="http://www.transsion.com"><img src="http://apijson.cn/images/users/www.transsion.com.jpeg" height="75"></a>
230+
<a href="http://shebaochina.com"><img src="http://apijson.cn/images/users/shebaochina.com.png" height="75"></a>
231231
<a href="http://www.xmfish.com"><img src="http://apijson.cn/images/www.xmfish.com.gif" height="75"></a>
232232
<a href="http://www.xxwolo.com"><img src="http://apijson.cn/images/www.xxwolo.com.jpeg" height="75"></a>
233233
<a href="http://t-think.com"><img src="http://apijson.cn/images/t-think.com.png" height="75"></a>
234-
<a href="http://xm.juhu.com"><img src="http://apijson.cn/images/xm.juhu.com.png" height="75"></a>
234+
<a href="http://xm.juhu.com"><img src="http://apijson.cn/images/users/xm.juhu.com.png" height="75"></a>
235235
<a href="http://www.aipaipai-inc.com"><img src="http://apijson.cn/images/www.aipaipai-inc.com.png" height="75"></a>
236236
<a href="http://www.8soo.com"><img src="http://apijson.cn/images/www.8sso.com.jpeg" height="75"></a>
237237
<a href="https://www.shulian8.com"><img src="http://apijson.cn/images/www.shulian8.com.png" height="75"></a>

0 commit comments

Comments
 (0)