Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
newShopBack
Project
Project
Details
Activity
Releases
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
newshop
newShopBack
Commits
5cc29bd1
Commit
5cc29bd1
authored
Dec 11, 2019
by
侯贺政
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改注释
Signed-off-by:
houhezheng
<
houhezheng@romens.cn
>
parent
286a9cc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ShopEmployeeController.php
backend/controllers/v1/shopuser/ShopEmployeeController.php
+5
-5
No files found.
backend/controllers/v1/shopuser/ShopEmployeeController.php
View file @
5cc29bd1
...
@@ -222,7 +222,7 @@ class ShopEmployeeController extends BaseController
...
@@ -222,7 +222,7 @@ class ShopEmployeeController extends BaseController
* @OA\Property(property="MEMBER_NO",type="string",description="会员卡号"),
* @OA\Property(property="MEMBER_NO",type="string",description="会员卡号"),
* @OA\Property(property="IS_DISTRIBUTOR",type="int",description="分销商标识(默认1:是,0:否)",example="1"),
* @OA\Property(property="IS_DISTRIBUTOR",type="int",description="分销商标识(默认1:是,0:否)",example="1"),
* @OA\Property(property="EMPLOYEE_IS_MANAGER",type="string",description="员工是否为门店店长(默认0:否,1:是)",example="0"),
* @OA\Property(property="EMPLOYEE_IS_MANAGER",type="string",description="员工是否为门店店长(默认0:否,1:是)",example="0"),
* @OA\Property(property="PASSWORD",type="string",description="员工密码(默认
"0000000"
)",example="000000"),
* @OA\Property(property="PASSWORD",type="string",description="员工密码(默认
:0000000
)",example="000000"),
* @OA\Property(property="BRANCH_CODE",type="string",description="用户所属门店编号"),
* @OA\Property(property="BRANCH_CODE",type="string",description="用户所属门店编号"),
* )
* )
* )
* )
...
@@ -256,8 +256,8 @@ class ShopEmployeeController extends BaseController
...
@@ -256,8 +256,8 @@ class ShopEmployeeController extends BaseController
* @OA\PUT(
* @OA\PUT(
* path="/backend/web/v1/shopuser/shop-employees/employee-update",
* path="/backend/web/v1/shopuser/shop-employees/employee-update",
* tags={"用户&员工接口"},
* tags={"用户&员工接口"},
* summary="
添加员工
(侯贺政)",
* summary="
更新员工信息
(侯贺政)",
* description="
添加新员工
",
* description="
更新员工信息
",
* @OA\RequestBody(
* @OA\RequestBody(
* required=true,
* required=true,
* description="注:年龄为生日计算所得,不参与更新,详情页仅有展示作用;出生日期格式为Y-m-d,如示例所示",
* description="注:年龄为生日计算所得,不参与更新,详情页仅有展示作用;出生日期格式为Y-m-d,如示例所示",
...
@@ -265,7 +265,7 @@ class ShopEmployeeController extends BaseController
...
@@ -265,7 +265,7 @@ class ShopEmployeeController extends BaseController
* mediaType="application/x-www-form-urlencoded",
* mediaType="application/x-www-form-urlencoded",
* @OA\Schema(
* @OA\Schema(
* type="object",
* type="object",
* required={"GUID","MOBILE_PHONE",
'BRANCH_CODE','NAME'
},
* required={"GUID","MOBILE_PHONE",
"BRANCH_CODE","NAME"
},
* @OA\Property(property="NAME",type="string",description="员工姓名"),
* @OA\Property(property="NAME",type="string",description="员工姓名"),
* @OA\Property(property="EMPLOYEE_CODE",type="string",description="员工编号"),
* @OA\Property(property="EMPLOYEE_CODE",type="string",description="员工编号"),
* @OA\Property(property="MOBILE_PHONE",type="string",description="手机号"),
* @OA\Property(property="MOBILE_PHONE",type="string",description="手机号"),
...
@@ -274,7 +274,7 @@ class ShopEmployeeController extends BaseController
...
@@ -274,7 +274,7 @@ class ShopEmployeeController extends BaseController
* @OA\Property(property="MEMBER_NO",type="string",description="会员卡号"),
* @OA\Property(property="MEMBER_NO",type="string",description="会员卡号"),
* @OA\Property(property="IS_DISTRIBUTOR",type="int",description="分销商标识(1:是,0:否)",example="1"),
* @OA\Property(property="IS_DISTRIBUTOR",type="int",description="分销商标识(1:是,0:否)",example="1"),
* @OA\Property(property="EMPLOYEE_IS_MANAGER",type="string",description="员工是否为门店店长(0:否,1:是)",example="0"),
* @OA\Property(property="EMPLOYEE_IS_MANAGER",type="string",description="员工是否为门店店长(0:否,1:是)",example="0"),
* @OA\Property(property="PASSWORD",type="string",description="员工密码(默认
"0000000"
)",example="000000"),
* @OA\Property(property="PASSWORD",type="string",description="员工密码(默认
:0000000
)",example="000000"),
* @OA\Property(property="BRANCH_CODE",type="string",description="用户所属门店编号"),
* @OA\Property(property="BRANCH_CODE",type="string",description="用户所属门店编号"),
* )
* )
* )
* )
...
...
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