企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
``` <form id='alipaysubmit' name='alipaysubmit' action='https://mapi.alipay.com/gateway.do?_input_charset=utf-8' method='get'> <input type='text' name='_input_charset' value='utf-8'/> <input type='text' name='notify_url' value='http://tp-shop/index.php/home/Payment/notifyUrl/pay_code/alipay.html'/> <input type='text' name='out_trade_no' value='201711081202214881'/> <input type='text' name='partner' value='2088821002087646'/> <input type='text' name='payment_type' value='1'/> <input type='text' name='return_url' value='http://tp-shop/index.php/home/Payment/returnUrl/pay_code/alipay.html'/> <input type='text' name='seller_email' value='sxqiboxx@163.com'/> <input type='text' name='service' value='create_partner_trade_by_buyer'/> <input type='text' name='subject' value='test'/> <input type='text' name='total_fee' value='0.01'/> <input type='text' name='sign' value='86cfee925093ba57f440fd90d85fae90'/> <input type='text' name='sign_type' value='MD5'/> <input type='submit' value='确认'> </form> ``` 之前分析的 ``` <form id='alipaysubmit' name='alipaysubmit' action='https://mapi.alipay.com/gateway.do?_input_charset='utf-8' method='get'> <input type='text' name='_input_charset' value='utf-8'/> <input type='text' name='out_trade_no' value='1510110173'/> <input type='text' name='partner' value='2088821002087646'/> <input type='text' name='price' value='2'/> <input type='text' name='seller_email' value='sxqiboxx@163.com'/> <input type='text' name='service' value='create_direct_pay_by_user'/> <input type='text' name='subject' value='测试'/> <input type='text' name='sign' value='5792d2030d44b9f785457e7b70f3c9ec'/> <input type='text' name='sign_type' value='MD5'/> </form> <script> //document.forms['alipaysubmit'].submit(); </script> ```