{"id":850,"date":"2022-06-14T15:08:21","date_gmt":"2022-06-14T07:08:21","guid":{"rendered":"https:\/\/usei.cn\/?p=850"},"modified":"2022-06-14T15:30:30","modified_gmt":"2022-06-14T07:30:30","slug":"json%e9%80%9a%e7%94%a8%e5%b0%8f%e7%a5%a8%e6%89%93%e5%8d%b0%e6%9c%ba%e6%96%b9%e6%a1%88","status":"publish","type":"post","link":"https:\/\/usei.cn\/index.php\/2022\/06\/14\/json%e9%80%9a%e7%94%a8%e5%b0%8f%e7%a5%a8%e6%89%93%e5%8d%b0%e6%9c%ba%e6%96%b9%e6%a1%88\/","title":{"rendered":"json\u901a\u7528\u5c0f\u7968\u6253\u5370\u673a\u65b9\u6848"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Json \u6a21\u677f\u63cf\u8ff0\u8bed\u8a00<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1.text&nbsp;\u6587\u672c\u884c<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  'type' :'text',\/\/ \u7c7b\u578b\n  'content':'\u9a7b\u5ba2\u4e91\u6253\u5370\u6d4b\u8bd5\u4fe1\u606f',\t\/\/ \u6253\u5370\u5185\u5bb9\n  'align' :'center',\/\/ \u662f\u5426\u5c45\u4e2d left\/right\/center\/between\uff08,\u9694\u5f00\uff09\n  'bold':true,\t\t\/\/ \u52a0\u7c97\n  'size':1\t\/\/ \u6587\u672c\u5b57\u4f53\u5927\u5c0f 1,2,3\n}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">2.table \u8868\u683c<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  'type' :'table',\n  'row':&#91;\n    &#91;\n      { \"content\":'\u83dc\u54c1'},\n      { \"content\":'\u6570\u91cf' },\n      { \"content\":'\u4ef7\u683c' }\n  \t],\n    &#91;\n      { \"content\":'\u7cd6\u918b\u6392\u9aa8',\"size\":3},\n      { \"content\":'x1' },\n      { \"content\":'$12.00' }\n  \t],\n    &#91;\n      { \"content\":'\u7cd6\u918b\u6392\u9aa8',\"size\":3},\n      { \"content\":'x1' },\n      { \"content\":'$12.00' }\n  \t]\n  ]\n}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">3.feed \u63a8\u884c<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  'type' :'feed',\n  'number':2,\n}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">4.\u6761\u5f62\u7801<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  'type' :'barcode',\n  'content':'1244545454',\n}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">5.\u4e8c\u7ef4\u7801<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  'type' :'qrcode',\n  'content':'http:\/\/www.nmgjoin.com',\n}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">6.\u5207\u7eb8\uff08\u90e8\u5206\u673a\u5668\u652f\u6301\uff09<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>{  'type' :'cut'}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u6848\u4f8b<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>$data =&#91;\n           &#91;\n               'type'=&gt;'text',\n               'content'=&gt;'=== \u5546\u57ce\u8ba2\u5355 ===',\n               'align' =&gt;'center',\n               'size'=&gt;3\n           ],\n           &#91;\n               'type'=&gt;'text',\n               'content'=&gt;'\u64cd\u4f5c\u5458,\u5f20\u4e09',\n               'align' =&gt;'between',\n           ],\n           &#91;\n               'type'=&gt;'text',\n               'content'=&gt;'\u8ba2\u5355\u7f16\u53f7,20200805056132685',\n               'align' =&gt;'between',\n           ],\n           &#91;\n               'type'=&gt;'text',\n               'content'=&gt;'================',\n               'align' =&gt;'center',\n           ],\n           &#91;\n               'type'=&gt;'table',\n               'row'=&gt;&#91;\n                   &#91;\n                       &#91;'content'=&gt;'\u83dc\u540d','align'=&gt;'left'],\n                       &#91;'content'=&gt;'\u6570\u91cf','align'=&gt;'left'],\n                       &#91;'content'=&gt;'\u4ef7\u683c','align'=&gt;'left'],\n                   ],\n                   &#91;\n                       &#91;'content'=&gt;'\u7cd6\u918b\u91cc\u810a'],\n                       &#91;'content'=&gt;'11'],\n                       &#91;'content'=&gt;'38.00'],\n                   ],\n                   &#91;\n                       &#91;'content'=&gt;'\u7cd6\u918b\u91cc\u810a'],\n                       &#91;'content'=&gt;'2'],\n                       &#91;'content'=&gt;'18.00'],\n                   ],\n                   &#91;\n                       &#91;'content'=&gt;'\u7cd6\u918b\u91cc\u810a'],\n                       &#91;'content'=&gt;'3'],\n                       &#91;'content'=&gt;'118.00'],\n                   ],\n               ]\n           ],\n           &#91;\n               'type'=&gt;'text',\n               'content'=&gt;'================',\n               'align' =&gt;'center',\n           ],\n           &#91;\n               'type'=&gt;'barcode',\n               'content'=&gt;'12324323',\n           ],\n           &#91;\n               'type'=&gt;'qrcode',\n               'content'=&gt;'http:\/\/www.nmgjoin.com',\n           ],\n           &#91;\n               'type'=&gt;'feed',\n               'number'=&gt;3,\n           ],\n       ];<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/usei.cn\/wp-content\/uploads\/2022\/06\/image-1.png\"><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='https:\/\/usei.cn\/wp-content\/uploads\/2022\/06\/image-1-576x1024.png'><img class=\"lazyload lazyload-style-3\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  loading=\"lazy\" decoding=\"async\" width=\"576\" height=\"1024\" data-original=\"https:\/\/usei.cn\/wp-content\/uploads\/2022\/06\/image-1-576x1024.png\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-852\"  sizes=\"auto, (max-width: 576px) 100vw, 576px\" \/><\/div><\/a><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Json \u6a21\u677f\u63cf\u8ff0\u8bed\u8a00 1.text&nbsp;\u6587\u672c\u884c 2.table \u8868\u683c 3.feed \u63a8\u884c 4.\u6761\u5f62\u7801  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[63],"tags":[],"class_list":["post-850","post","type-post","status-publish","format-standard","hentry","category-63"],"_links":{"self":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts\/850","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/comments?post=850"}],"version-history":[{"count":3,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts\/850\/revisions"}],"predecessor-version":[{"id":854,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts\/850\/revisions\/854"}],"wp:attachment":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/media?parent=850"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/categories?post=850"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/tags?post=850"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}