Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
my-yaf-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenchuanwen
my-yaf-project
Commits
c3a6e5fc
Commit
c3a6e5fc
authored
Aug 14, 2018
by
liuyuzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
storeService提交
parent
fceb6652
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
165 additions
and
4 deletions
+165
-4
StoreService.php
application/models/Business/Store/StoreService.php
+0
-0
buyNow.php
public/test/cart/buyNow.php
+21
-0
checkout.php
public/test/cart/checkout.php
+19
-0
moveToFavorites.php
public/test/cart/moveToFavorites.php
+19
-0
confirmOrder.php
public/test/delivery/confirmOrder.php
+1
-1
applyPlatform.php
public/test/order/applyPlatform.php
+16
-0
cancel.php
public/test/order/cancel.php
+16
-0
getOrderPayResult.php
public/test/order/getOrderPayResult.php
+15
-0
goToPay.php
public/test/order/goToPay.php
+2
-3
getOrderPayStatus.php
public/test/payment/getOrderPayStatus.php
+18
-0
index.php
public/test/payment/index.php
+19
-0
getValidCode.php
public/test/shortMessage/getValidCode.php
+19
-0
No files found.
application/models/Business/Store/StoreService.php
View file @
c3a6e5fc
No preview for this file type
public/test/cart/buyNow.php
0 → 100644
View file @
c3a6e5fc
<!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
public/test/cart/checkout.php
0 → 100644
View file @
c3a6e5fc
<!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
public/test/cart/moveToFavorites.php
0 → 100644
View file @
c3a6e5fc
<!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
public/test/delivery/confirmOrder.php
View file @
c3a6e5fc
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<body>
<body>
<form
action=
"/delivery/confirmOrder"
method=
"post"
>
<form
action=
"/delivery/confirmOrder"
method=
"post"
>
用户登录状态ke
1
y:
<input
name=
"data[key]"
value=
"6d212e880869eb4960cf81700f1369fe"
/><br
/>
用户登录状态key:
<input
name=
"data[key]"
value=
"6d212e880869eb4960cf81700f1369fe"
/><br
/>
配送订单id:
<input
name=
"data[id]"
value=
"12"
/><br
/>
配送订单id:
<input
name=
"data[id]"
value=
"12"
/><br
/>
<p
id=
"img_area"
></p>
<p
id=
"img_area"
></p>
...
...
public/test/order/applyPlatform.php
0 → 100644
View file @
c3a6e5fc
<!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
public/test/order/cancel.php
0 → 100644
View file @
c3a6e5fc
<!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
public/test/order/getOrderPayResult.php
0 → 100644
View file @
c3a6e5fc
<!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
public/test/order/goToPay.php
View file @
c3a6e5fc
...
@@ -9,9 +9,8 @@
...
@@ -9,9 +9,8 @@
</head>
</head>
<body>
<body>
<form
action=
"/order/goToPay"
method=
"post"
>
<form
action=
"/order/goToPay"
method=
"post"
>
用户登录状态key:
<input
name=
"data[key]"
value=
"2f4c76c9a389170e430eaa3f7e1fdb15"
/><br
/>
用户登录状态key:
<input
name=
"data[key]"
value=
"6d212e880869eb4960cf81700f1369fe"
/><br
/>
退款orderId:
<input
name=
"data[orderId]"
value=
"1059"
/><br
/>
支付订单ID:
<input
name=
"data[orderId]"
value=
"1059"
/><br
/>
<p
id=
"img_area"
></p>
<input
type=
"submit"
value=
"提交"
>
<input
type=
"submit"
value=
"提交"
>
</form>
</form>
...
...
public/test/payment/getOrderPayStatus.php
0 → 100644
View file @
c3a6e5fc
<!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
public/test/payment/index.php
0 → 100644
View file @
c3a6e5fc
<!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
public/test/shortMessage/getValidCode.php
0 → 100644
View file @
c3a6e5fc
<!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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment