Question Issue 1132 Chinese Character

2
Currently, I used following api to create a new order item, I found out some problems with Chinese characters in the post body http://54.169.149.15/garment-label/api/order_items/ rder": "e6322622-9df4-4940-8025-bff08859983c", ap_code_id": "2124", rand_product_number": "1120000280", reated_by": "[email protected]", ttribute_color": " 黑黑 ", ttribute_color_new": false, ttribute_contents": null, ttribute_contents_new": false, ttribute_coo": null, ttribute_coo_new": false, ttribute_others": null, ttribute_others_new": false, ttribute_size": "28S/34W", ttribute_size_new": false, ttribute_style_number": null, ttribute_style_number_new": false, reated_by": "[email protected]", ustomer_code": 2295, escription": " Size : 28S/34W, Color : 黑黑 ", roduct_group": "Label (Woven)", uantity": 0, tandard_price": 1 There are some Chinese characters in the post body

description

Question Issue 1132 Chinese Character

Transcript of Question Issue 1132 Chinese Character

  • Currently, I used following api to create a new order item,I found out some problems with Chinese characters in the post bodyhttp://54.169.149.15/garment-label/api/order_items/{"order": "e6322622-9df4-4940-8025-bff08859983c", "eap_code_id": "2124","brand_product_number": "1120000280", "created_by": "[email protected]","attribute_color": "","attribute_color_new": false,"attribute_contents": null,"attribute_contents_new": false,"attribute_coo": null,"attribute_coo_new": false,"attribute_others": null,"attribute_others_new": false,"attribute_size": "28S/34W","attribute_size_new": false,"attribute_style_number": null,"attribute_style_number_new": false,"created_by": "[email protected]","customer_code": 2295,"description": " Size : 28S/34W, Color : ","product_group": "Label (Woven)","quantity": 0,"standard_price": 1}r

    There are some Chinese characters in the post body

  • The returning respond is not correct with the post body that post to the server