
curl --location --request POST '/pay/micropay' \
--header 'Content-Type: application/xml' \
--data-raw '<xml>
<appid>wx2421b1c4370ec43b</appid>
<attach>订单额外描述</attach>
<auth_code>120269300684844649</auth_code>
<body>付款码支付测试</body>
<device_info>1000</device_info>
<goods_tag></goods_tag>
<mch_id>10000100</mch_id>
<nonce_str>8aaee146b1dee7cec9100add9b96cbe2</nonce_str>
<out_trade_no>1415757673</out_trade_no>
<spbill_create_ip>14.17.22.52</spbill_create_ip>
<time_expire></time_expire>
<total_fee>1</total_fee>
<sign>C29DB7DB1FD4136B84AE35604756362C</sign>
</xml>'<xml>
<return_code>
<![CDATA[SUCCESS]]>
</return_code>
<return_msg>
<![CDATA[OK]]>
</return_msg>
<appid>
<![CDATA[wx2421b1c4370ec43b]]>
</appid>
<mch_id>
<![CDATA[10000100]]>
</mch_id>
<device_info>
<![CDATA[1000]]>
</device_info>
<nonce_str>
<![CDATA[GOp3TRyMXzbMlkun]]>
</nonce_str>
<sign>
<![CDATA[D6C76CB785F07992CDE05494BB7DF7FD]]>
</sign>
<result_code>
<![CDATA[SUCCESS]]>
</result_code>
<openid>
<![CDATA[oUpF8uN95-Ptaags6E_roPHg7AG0]]>
</openid>
<is_subscribe>
<![CDATA[N]]>
</is_subscribe>
<trade_type>
<![CDATA[MICROPAY]]>
</trade_type>
<bank_type>
<![CDATA[CCB_DEBIT]]>
</bank_type>
<total_fee>1</total_fee>
<coupon_fee>0</coupon_fee>
<fee_type>
<![CDATA[CNY]]>
</fee_type>
<transaction_id>
<![CDATA[1008450740201411110005820873]]>
</transaction_id>
<out_trade_no>
<![CDATA[1415757673]]>
</out_trade_no>
<attach>
<![CDATA[订单额外描述]]>
</attach>
<time_end>
<![CDATA[20141111170043]]>
</time_end>
</xml>