{"id":31057,"date":"2024-11-25T17:56:38","date_gmt":"2024-11-25T09:56:38","guid":{"rendered":"https:\/\/fwq.ai\/blog\/31057\/"},"modified":"2024-11-25T17:56:38","modified_gmt":"2024-11-25T09:56:38","slug":"%e5%be%ae%e4%bf%a1%e5%b0%8f%e7%a8%8b%e5%ba%8fwx-request%e5%ae%9e%e7%8e%b0%e5%90%8e%e5%8f%b0%e6%95%b0%e6%8d%ae%e4%ba%a4%e4%ba%92%e5%8a%9f%e8%83%bd%e5%88%86%e6%9e%90","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/31057\/","title":{"rendered":"\u5fae\u4fe1\u5c0f\u7a0b\u5e8fwx.request\u5b9e\u73b0\u540e\u53f0\u6570\u636e\u4ea4\u4e92\u529f\u80fd\u5206\u6790"},"content":{"rendered":"<p>\u672c\u6587\u4e3b\u8981\u4ecb\u7ecd\u5fae\u4fe1\u5c0f\u7a0b\u5e8fwx.request\u5b9e\u73b0\u540e\u53f0\u6570\u636e\u4ea4\u4e92\u529f\u80fd,\u5206\u6790\u5fae\u4fe1\u5c0f\u7a0b\u5e8fwx.request\u5728\u540e\u53f0\u6570\u636e\u4ea4\u4e92\u8fc7\u7a0b\u4e2d\u9047\u5230\u7684\u95ee\u9898\u4e0e\u76f8\u5173\u7684\u89e3\u51b3\u65b9\u6cd5,\u9700\u8981\u7684\u670b\u53cb\u53ef\u4ee5\u53c2\u8003\u4e0b<\/p>\n<p>\u8bb0\u5f55\u5fae\u4fe1\u5c0f\u7a0b\u5e8fwx.request\u8fd9\u4e2aapi\u5728\u8ddf\u540e\u53f0\u4ea4\u4e92\u65f6\u9047\u4e0a\u7684\u95ee\u9898\u3002<\/p>\n<p><strong>1\u3001\u6839\u636e\u8d44\u6599\uff0c\u5b8c\u6210\u7b2c\u4e00\u6b65\uff0c\u8bf7\u6c42\u53d1\u9001\uff0c\u4ee3\u7801\u5982\u4e0b\uff1a<\/strong><\/p>\n<pre>wx.request({\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url:&nbsp;'https:\/\/localhost:8443\/xiaochengxu\/addBill.do',\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;data:&nbsp;e.detail.value,\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;method:&nbsp;'POST',\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;success:function(res)&nbsp;{\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;console.log('submit&nbsp;success');\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fail:function(res){\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;console.log('submit&nbsp;fail');\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;complete:function(res){\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;console.log('submit&nbsp;complete');\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}\r\n})<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u540e\u53f0\u6210\u529f\u63a5\u6536\u5230\u8bf7\u6c42\uff0c\u63a7\u5236\u53f0\u4e5f\u6253\u5370\u4e86submit success\u548csubmit complete\uff0c\u4f46\u662f\uff0c\u540e\u53f0\u8bf7\u6c42\u5e76\u672a\u63a5\u6536\u5230\u6570\u636e\uff0c\u6253\u5f00\u8c03\u8bd5\uff0c\u53d1\u73b0\u6570\u636e\u90fd\u5728request payload\u4e2d\uff0c\u6240\u4ee5\u540e\u53f0\u65e0\u8bba\u662fspringmvc\u7684\u6620\u5c04bean\u8fd8\u662freq.getParameter\u90fd\u62ff\u4e0d\u5230\u53c2\u6570\u3002<\/p>\n<p>\u7b80\u5355\u8bf4\u5c31\u662f\u589e\u52a0\u4e86header: {&#8216;content-type&#8217;: &#8216;application\/x-www-form-urlencoded&#8217;},\u540e\u53f0\u6210\u529f\u83b7\u53d6\u6570\u636e\u3002<\/p>\n<p>\u81f3\u6b64\uff0c\u4ee3\u7801\u5982\u4e0b\uff1a<\/p>\n<pre>wx.request({\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url:&nbsp;'https:\/\/localhost:8443\/xiaochengxu\/addBill.do',\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;data:&nbsp;e.detail.value,\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;method:&nbsp;'POST',\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;header:&nbsp;{'content-type':&nbsp;'application\/x-www-form-urlencoded'},\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;success:function(res)&nbsp;{\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;console.log('submit&nbsp;success');\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fail:function(res){\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;console.log('submit&nbsp;fail');\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;complete:function(res){\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;console.log('submit&nbsp;complete');\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}\r\n})<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>2\u3001\u63a5\u6536\u8bf7\u6c42\u8fd4\u56de\u6570\u636e<\/strong><\/p>\n<p>\u8fd9\u4e00\u6b65\u95ee\u9898\u4e0d\u5927\uff0c\u6211\u662f\u6309\u7167json\u683c\u5f0f\u8fd4\u56de\u7684\uff0c\u53ea\u662f\u6309\u7167\u5b98\u7f51\u5199\u7684console.log(res.data)\u7684\u8bdd\uff0c\u4f1a\u5728\u63a7\u5236\u53f0\u6253\u5370Object\uff0c\u5e26\u4e0a\u53c2\u6570\u540d\u5c31\u597d\u4e86\uff0c\u6bd4\u5982res.data.code<\/p>\n<p>\u76f8\u5173\u63a8\u8350\uff1a<\/p>\n<\/p>\n<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5fae\u4fe1\u5c0f\u7a0b\u5e8fwx.request\u5b9e\u73b0\u540e\u53f0\u6570\u636e\u4ea4\u4e92\u529f\u80fd\u5206\u6790\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u672c\u6587\u4e3b\u8981\u4ecb\u7ecd\u5fae\u4fe1\u5c0f\u7a0b\u5e8fwx.request\u5b9e\u73b0\u540e\u53f0\u6570\u636e\u4ea4\u4e92\u529f\u80fd,\u5206\u6790\u5fae\u4fe1\u5c0f\u7a0b\u5e8fwx.request\u5728\u540e\u53f0\u6570\u636e\u4ea4\u4e92\u8fc7\u7a0b\u4e2d\u9047\u5230\u7684\u95ee\u9898\u4e0e\u76f8\u5173\u7684\u89e3\u51b3\u65b9\u6cd5,\u9700\u8981\u7684\u670b\u53cb\u53ef\u4ee5\u53c2\u8003\u4e0b \u8bb0\u5f55\u5fae\u4fe1\u5c0f\u7a0b\u5e8fwx.request\u8fd9\u4e2aapi\u5728\u8ddf\u540e\u53f0\u4ea4\u4e92\u65f6\u9047\u4e0a\u7684\u95ee\u9898\u3002 1\u3001\u6839\u636e\u8d44\u6599\uff0c\u5b8c\u6210\u7b2c\u4e00\u6b65\uff0c\u8bf7\u6c42\u53d1\u9001\uff0c\u4ee3\u7801\u5982\u4e0b\uff1a wx.request({ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url:&nbsp;&#8216;https:\/\/localhost:8443\/xiaochengxu\/addBill.do&#8217;, &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;data:&nbsp;e.detail.value, &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;method:&nbsp;&#8216;POST&#8217;, &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;success:function(res)&nbsp;{ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;console.log(&#8216;submit&nbsp;success&#8217;); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}, &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fail:function(res){ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;console.log(&#8216;submit&nbsp;fail&#8217;); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}, &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;complete:function(res){ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;console.log(&#8216;submit&nbsp;complete&#8217;); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} }) \u767b\u5f55\u540e\u590d\u5236 \u540e\u53f0\u6210\u529f\u63a5\u6536\u5230\u8bf7\u6c42\uff0c\u63a7\u5236\u53f0\u4e5f\u6253\u5370\u4e86submit success\u548csubmit complete\uff0c\u4f46\u662f\uff0c\u540e\u53f0\u8bf7\u6c42\u5e76\u672a\u63a5\u6536\u5230\u6570\u636e\uff0c\u6253\u5f00\u8c03\u8bd5\uff0c\u53d1\u73b0\u6570\u636e\u90fd\u5728request payload\u4e2d\uff0c\u6240\u4ee5\u540e\u53f0\u65e0\u8bba\u662fspringmvc\u7684\u6620\u5c04bean\u8fd8\u662freq.getParameter\u90fd\u62ff\u4e0d\u5230\u53c2\u6570\u3002 \u7b80\u5355\u8bf4\u5c31\u662f\u589e\u52a0\u4e86header: {&#8216;content-type&#8217;: &#8216;application\/x-www-form-urlencoded&#8217;},\u540e\u53f0\u6210\u529f\u83b7\u53d6\u6570\u636e\u3002 \u81f3\u6b64\uff0c\u4ee3\u7801\u5982\u4e0b\uff1a wx.request({ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url:&nbsp;&#8216;https:\/\/localhost:8443\/xiaochengxu\/addBill.do&#8217;, &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;data:&nbsp;e.detail.value, &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;method:&nbsp;&#8216;POST&#8217;, &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;header:&nbsp;{&#8216;content-type&#8217;:&nbsp;&#8216;application\/x-www-form-urlencoded&#8217;}, &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;success:function(res)&nbsp;{ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;console.log(&#8216;submit&nbsp;success&#8217;); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}, &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fail:function(res){ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;console.log(&#8216;submit&nbsp;fail&#8217;); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}, &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;complete:function(res){ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;console.log(&#8216;submit&nbsp;complete&#8217;); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} }) \u767b\u5f55\u540e\u590d\u5236 2\u3001\u63a5\u6536\u8bf7\u6c42\u8fd4\u56de\u6570\u636e \u8fd9\u4e00\u6b65\u95ee\u9898\u4e0d\u5927\uff0c\u6211\u662f\u6309\u7167json\u683c\u5f0f\u8fd4\u56de\u7684\uff0c\u53ea\u662f\u6309\u7167\u5b98\u7f51\u5199\u7684console.log(res.data)\u7684\u8bdd\uff0c\u4f1a\u5728\u63a7\u5236\u53f0\u6253\u5370Object\uff0c\u5e26\u4e0a\u53c2\u6570\u540d\u5c31\u597d\u4e86\uff0c\u6bd4\u5982res.data.code \u76f8\u5173\u63a8\u8350\uff1a \u4ee5\u4e0a\u5c31\u662f\u5fae\u4fe1\u5c0f\u7a0b\u5e8fwx.request\u5b9e\u73b0\u540e\u53f0\u6570\u636e\u4ea4\u4e92\u529f\u80fd\u5206\u6790\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19],"tags":[],"class_list":["post-31057","post","type-post","status-publish","format-standard","hentry","category-19"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31057","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=31057"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31057\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=31057"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=31057"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=31057"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}