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
f3b359f3
Commit
f3b359f3
authored
Nov 06, 2018
by
wwccw0591
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
order
parent
b40e02b5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
Delivery.php
application/modules/Client/controllers/Delivery.php
+1
-0
getRefunds.php
public/client/shopkeeper/getRefunds.php
+23
-0
No files found.
application/modules/Client/controllers/Delivery.php
View file @
f3b359f3
...
@@ -21,6 +21,7 @@ class DeliveryController extends \Our\Controller_AbstractClient {
...
@@ -21,6 +21,7 @@ class DeliveryController extends \Our\Controller_AbstractClient {
public
function
init
(){
public
function
init
(){
parent
::
init
();
parent
::
init
();
$this
->
shopkeeperService
=
ShopkeeperServiceModel
::
getInstance
();
}
}
/**
/**
...
...
public/client/shopkeeper/getRefunds.php
0 → 100644
View file @
f3b359f3
<!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=
"/client/shopkeeper/getRefunds"
method=
"post"
>
用户登录状态key:
<input
name=
"data[key]"
value=
"ceb72deab920ac0edb7272b2ed9dfa1e"
/><br
/>
index:
<input
name=
"data[pageIndex]"
value=
"0"
/><br
/>
size:
<input
name=
"data[pageSize]"
value=
"20"
/><br
/>
<p
id=
"img_area"
></p>
<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