Commit c3a6e5fc authored by liuyuzhen's avatar liuyuzhen

storeService提交

parent fceb6652
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>立即购买</title>
<style>
</style>
<script>
</script>
</head>
<body>
<form action="/cart/buyNow" method="post">
key:<input name="data[key]" value="6d212e880869eb4960cf81700f1369fe"/><br />
商品ID:<input name="data[goodsId]" value="102916"/><br />
组合销售ID:<input name="data[blId]" value=""/><br />
购买数量:<input name="data[goodsNum]" value=""/><br />
<input type="submit" value="提交">
</form>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>购物车结算流程</title>
<style>
</style>
<script>
</script>
</head>
<body>
<form action="/cart/checkout" method="post">
key:<input name="data[key]" value="6d212e880869eb4960cf81700f1369fe"/><br />
商品ID:<input name="data[cartIds]" value=""/><br />
<input type="submit" value="提交">
</form>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>购物车结算流程</title>
<style>
</style>
<script>
</script>
</head>
<body>
<form action="/cart/moveToFavorites" method="post">
key:<input name="data[key]" value="6d212e880869eb4960cf81700f1369fe"/><br />
商品ID:<input name="data[cartIds]" value=""/><br />
<input type="submit" value="提交">
</form>
</body>
</html>
\ No newline at end of file
......@@ -10,7 +10,7 @@
<body>
<form action="/delivery/confirmOrder" method="post">
用户登录状态ke1y:<input name="data[key]" value="6d212e880869eb4960cf81700f1369fe"/><br />
用户登录状态key:<input name="data[key]" value="6d212e880869eb4960cf81700f1369fe"/><br />
配送订单id:<input name="data[id]" value="12"/><br />
<p id="img_area"></p>
......
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>申请平台介入</title>
</head>
<body>
<form action="/order/applyPlatform" method="post">
用户登录状态key:<input name="data[key]" value="6d212e880869eb4960cf81700f1369fe"/><br />
退款ID:<input name="data[refundId]" value="10"/><br />
<input type="submit" value="提交">
</form>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>取消订单</title>
</head>
<body>
<form action="/order/cancel" method="post">
用户登录状态key:<input name="data[key]" value="6d212e880869eb4960cf81700f1369fe"/><br />
订单id:<input name="data[orderId]" value="10"/><br />
<input type="submit" value="提交">
</form>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>获取订单支付状态</title>
</head>
<body>
<form action="/order/getOrderPayResult" method="post">
用户登录状态key:<input name="data[key]" value="6d212e880869eb4960cf81700f1369fe"/><br />
支付单号:<input name="data[paySn]" value="10"/><br />
<input type="submit" value="提交">
</form>
</body>
</html>
\ No newline at end of file
......@@ -9,9 +9,8 @@
</head>
<body>
<form action="/order/goToPay" method="post">
用户登录状态key:<input name="data[key]" value="2f4c76c9a389170e430eaa3f7e1fdb15"/><br />
退款orderId:<input name="data[orderId]" value="1059"/><br />
<p id="img_area"></p>
用户登录状态key:<input name="data[key]" value="6d212e880869eb4960cf81700f1369fe"/><br />
支付订单ID:<input name="data[orderId]" value="1059"/><br />
<input type="submit" value="提交">
</form>
......
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>唤起支付</title>
<style>
</style>
</head>
<body>
<form action="/payment/getOrderPayStatus" method="post">
key:<input name="data[key]" value="6d212e880869eb4960cf81700f1369fe" /><br />
支付单号(paySn):<input name="data[paySn]" value=""/><br/>
<input type="submit" value="提交">
</form>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>唤起支付</title>
<style>
</style>
</head>
<body>
<form action="/payment/index" method="post">
key:<input name="data[key]" value="6d212e880869eb4960cf81700f1369fe" /><br />
支付单号(paySn):<input name="data[paySn]" value=""/><br/>
支付渠道: <input name="data[channel]" value="wx_app" checked type="radio"/>app微信支付 <input name="data[channel]" value="wx_lite" type="radio"/>小程序微信支付 <input name="data[channel]" value="ali_app" type="radio"/>支付宝支付 <input name="data[channel]" value="qq_app" type="radio"/>qq钱包支付 <br/>
<input type="submit" value="提交">
</form>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>简单的html5 File测试 for pic2base64</title>
<style>
</style>
</head>
<body>
<form action="/shortMessage/getValidCode" method="post">
用户登录状态key:<input name="data[key]" value="6d212e880869eb4960cf81700f1369fe"/><br />
手机号码:<input name="data[mobile]" value="15260369891"/><br />
短信验证码类型:<input name="data[messageType]" type="radio" checked value="1"/>注册验证码 <input name="data[messageType]" type="radio" value="2"/>登录验证码 <input name="data[messageType]" type="radio" value="3"/>我是销售员登录验证码 <input name="data[messageType]" type="radio" value="4"/>验证旧手机 <input name="data[messageType]" type="radio" value="5"/>获取新手机验证码 <input name="data[messageType]" type="radio" value="6"/>找回密码发送验证码 <input name="data[messageType]" type="radio" value="7"/>绑定手机验证码 <br />
<input type="submit" value="提交">
</form>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment