Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangjingdong
/
bihe_interface_test
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7e69e15d
authored
Jan 08, 2019
by
朱亚东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add 人脸授权
parent
a7e59e4f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
290 additions
and
0 deletions
+290
-0
碧合app/人脸授权/人脸授权.postman_collection.json
+232
-0
碧合app/人脸授权/人脸授权_manage.postman_environment.json
+58
-0
No files found.
碧合app/人脸授权/人脸授权.postman_collection.json
0 → 100644
View file @
7e69e15d
{
{
"info"
:
{
"_postman_id"
:
"5da95d6f-c712-48fc-a298-84eb8b6792ce"
,
"name"
:
"人脸授权"
,
"schema"
:
"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item"
:
[
{
"name"
:
"用户登录"
,
"event"
:
[
{
"listen"
:
"test"
,
"script"
:
{
"id"
:
"ab616fda-d96b-4f71-a9aa-6c59ce279e71"
,
"exec"
:
[
"// console.log(
\"
----------------responseBody--------------
\"
+responseBody);"
,
"var jsonData = JSON.parse(responseBody);"
,
"// console.log(
\"
----------------jsonData.data.accessToken--------------
\"
+jsonData.data.accessToken);"
,
""
,
"if(jsonData.data !== null || jsonData.data !==
\"\"
)"
,
"{"
,
" tests[
\"
accessToken
\"
] = true;"
,
" postman.setEnvironmentVariable(
\"
access-Token
\"
,jsonData.data.accessToken);"
,
" "
,
"}"
,
"else"
,
"{"
,
" console.log(
\"
接口返回错误:
\"
+jsonData.msg);"
,
" tests[
\"
accessToken
\"
]=false;"
,
"}"
,
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Content-Type"
,
"value"
:
"application/json"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\n
\"
userPhone
\"
: {{user_phone}},
\n
\"
userPassword
\"
: {{userPassword}},
\n
\"
equipment
\"
:
\"
c5d93c486a95d658
\"
,
\n
\"
channelId
\"
: 1
\n
}"
},
"url"
:
"{{gateway-user}}/app/login"
},
"response"
:
[]
},
{
"name"
:
"查询应用详情"
,
"event"
:
[
{
"listen"
:
"test"
,
"script"
:
{
"id"
:
"587ed404-61d0-469c-af27-f160ecde9086"
,
"exec"
:
[
"var jsonData = JSON.parse(responseBody);"
,
"if(jsonData.code ===
\"
0
\"
)"
,
"{"
,
" tests[
\"
code
\"
] = true;"
,
"}"
,
"else{"
,
" console.log(
\"
接口返回错误:
\"
+jsonData.msg);"
,
" tests[
\"
code
\"
+jsonData.msg]=false;"
,
"}"
,
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"GET"
,
"header"
:
[
{
"key"
:
"Content-Type"
,
"value"
:
"application/json"
},
{
"key"
:
"access-token"
,
"type"
:
"text"
,
"value"
:
"{{access-Token}}"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
""
},
"url"
:
"{{gateway-user}}/open/face/query/{{appId}}"
},
"response"
:
[]
},
{
"name"
:
"校验用户是否已授权"
,
"event"
:
[
{
"listen"
:
"test"
,
"script"
:
{
"id"
:
"587ed404-61d0-469c-af27-f160ecde9086"
,
"exec"
:
[
"var jsonData = JSON.parse(responseBody);"
,
"if(jsonData.code ===
\"
0
\"
)"
,
"{"
,
" tests[
\"
code
\"
] = true;"
,
"}"
,
"else{"
,
" console.log(
\"
接口返回错误:
\"
+jsonData.msg);"
,
" tests[
\"
code
\"
+jsonData.msg]=false;"
,
"}"
,
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Content-Type"
,
"value"
:
"application/json"
},
{
"key"
:
"access-token"
,
"type"
:
"text"
,
"value"
:
"{{access-Token}}"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\n
\"
appId
\"
:
\"
170648d0216342f4af56dfa128g5ie1q
\"\n
}"
},
"url"
:
"{{gateway-user}}/open/face/authorization/user"
},
"response"
:
[]
},
{
"name"
:
"用户授权接口"
,
"event"
:
[
{
"listen"
:
"test"
,
"script"
:
{
"id"
:
"587ed404-61d0-469c-af27-f160ecde9086"
,
"exec"
:
[
"var jsonData = JSON.parse(responseBody);"
,
"if(jsonData.code ===
\"
0
\"
)"
,
"{"
,
" tests[
\"
code
\"
] = true;"
,
"}"
,
"else{"
,
" console.log(
\"
接口返回错误:
\"
+jsonData.msg);"
,
" tests[
\"
code
\"
+jsonData.msg]=false;"
,
"}"
,
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Content-Type"
,
"value"
:
"application/json"
},
{
"key"
:
"access-token"
,
"type"
:
"text"
,
"value"
:
"{{access-Token}}"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\n
\"
appId
\"
:
\"
170648d0216342f4af56dfb5a967cdf7
\"
,
\n
\"
townId
\"
: {{townId}},
\n
\"
appSecret
\"
:
\"
bb2b3b0be291443f9d7904972d813c6b
\"
,
\n
\"
userPhone
\"
: {{user_phone}}
\n
}"
},
"url"
:
"{{gateway-user}}/open/face/authorization"
},
"response"
:
[]
},
{
"name"
:
"校验用户是否授权了支付平台"
,
"event"
:
[
{
"listen"
:
"test"
,
"script"
:
{
"id"
:
"587ed404-61d0-469c-af27-f160ecde9086"
,
"exec"
:
[
"var jsonData = JSON.parse(responseBody);"
,
"if(jsonData.code ===
\"
0
\"
)"
,
"{"
,
" tests[
\"
code
\"
] = true;"
,
"}"
,
"else{"
,
" console.log(
\"
接口返回错误:
\"
+jsonData.msg);"
,
" tests[
\"
code
\"
+jsonData.msg]=false;"
,
"}"
,
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"GET"
,
"header"
:
[
{
"key"
:
"Content-Type"
,
"value"
:
"application/json"
},
{
"key"
:
"access-token"
,
"type"
:
"text"
,
"value"
:
"{{access-Token}}"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
""
},
"url"
:
"{{gateway-user}}/open/face/authorization/user/pay"
},
"response"
:
[]
}
]
}
\ No newline at end of file
碧合app/人脸授权/人脸授权_manage.postman_environment.json
0 → 100644
View file @
7e69e15d
{
{
"id"
:
"a6f7f7a4-edf3-450a-8730-5e329f26791c"
,
"name"
:
"人脸授权_manage"
,
"values"
:
[
{
"key"
:
"gateway-user"
,
"value"
:
"https://usergwtest.bgycc.com"
,
"enabled"
:
true
},
{
"key"
:
"user_phone"
,
"value"
:
"13093585508"
,
"enabled"
:
true
},
{
"key"
:
"access-Token"
,
"value"
:
"ee75cda8ce0d400f8759bb03368027f5"
,
"enabled"
:
true
},
{
"key"
:
"townId"
,
"value"
:
"58"
,
"enabled"
:
true
},
{
"key"
:
"userPassword"
,
"value"
:
"
\"
dong123
\"
"
,
"description"
:
{
"content"
:
""
,
"type"
:
"text/plain"
},
"enabled"
:
true
},
{
"key"
:
"blockType"
,
"value"
:
"ENTERPRISE"
,
"description"
:
{
"content"
:
""
,
"type"
:
"text/plain"
},
"enabled"
:
true
},
{
"key"
:
"appId"
,
"value"
:
"170648d0216342f4af56dfa128g5ie1q"
,
"description"
:
{
"content"
:
""
,
"type"
:
"text/plain"
},
"enabled"
:
true
}
],
"_postman_variable_scope"
:
"environment"
,
"_postman_exported_at"
:
"2019-01-08T03:33:28.750Z"
,
"_postman_exported_using"
:
"Postman/6.6.1"
}
\ 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