Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
ee1e4b30
Commit
ee1e4b30
authored
Jun 01, 2021
by
任晓松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
开放平台相关文档
parent
badcd8c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
2 deletions
+57
-2
center-channel/app/front/entry/public/apidoc/opTrademark/tmReportOpen.md
+0
-0
center-channel/app/front/entry/public/apidoc/opTrademark/tmSearchOpen.md
+57
-2
No files found.
center-channel/app/front/entry/public/apidoc/opTrademark/tmReportOpen.md
0 → 100644
View file @
ee1e4b30
This source diff could not be displayed because it is too large. You can
view the blob
instead.
center-channel/app/front/entry/public/apidoc/opTrademark/tmSearch
IC
.md
→
center-channel/app/front/entry/public/apidoc/opTrademark/tmSearch
Open
.md
View file @
ee1e4b30
...
...
@@ -19,12 +19,13 @@
1.
[
商标注册风险报告
](
#getPassRateReport
)
1.
[
行业分类
](
#getNclIntelligence
)
1.
[
服务项查询
](
#getCompanyByService
)
1.
[
图像base64转url
](
#getCropperPic
)
## **<a name=""> 域名</a>**
##### URL
https://
fqdev.gongsibao.com
测试
https://
oapidev.gongsibao.com/
测试
https://
fq.gongsibao.com
线上
https://
oapi.gongsibao.com/
线上
## **<a name=""> 获取token</a>**
[
返回到目录
](
#menu
)
...
...
@@ -37,9 +38,38 @@ https://fq.gongsibao.com 线上
"accessKey"
:
"111"
,
"accessSecret"
:
"222"
}
或
{
"channelId"
:
1
,
"appId"
:
1
,
"accessKey"
:
"111"
}
```
#### 返回结果
```
javascript
{
"status"
:
1
,
"data"
:
"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBJZCI6MSwiZXhwIjoxNjA3OTk4MTkwLCJpYXQiOjE2MDc5OTYzOTAsImNoYW5uZWxJZCI6MX0.GtlGqOriQb6vEOkBio_8sIjvjN3W-ajQV6woG7JJ8jY"
,
"msg"
:
"success"
}
```
## **<a name=""> 获取token2</a>**
[
返回到目录
](
#menu
)
##### URL
[
/openPlatform/platform/getTokenByApp
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
```
javascript
{
"channelId"
:
1
,
"appId"
:
1
,
"accessKey"
:
"111"
}
```
#### 返回结果
```
javascript
{
...
...
@@ -3610,4 +3640,28 @@ https://fq.gongsibao.com 线上
"bizmsg"
:
"empty"
,
"requestId"
:
"b9c112d564774f49879d154a91d5dcfa"
}
```
## **<a name="getCropperPic"> 图片base64转Url</a>**
[
返回到目录
](
#menu
)
##### URL
[
/openPlatform/business/tmQuery
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### Header token认证 `Authorization`
```
javascript
{
"path"
:
"/api/tool/imghandle/getCropperPic"
,
//固定写法
"base64"
:
""
//Y base64码
}
```
#### 返回结果
```
javascript
{
"data"
:
"https://gsb-zc.oss-cn-beijing.aliyuncs.com/zc_cropper16225138793896f5f7e0c27c24302803e2a1e87ce1daa.jpg"
,
"msg"
:
null
,
"requestId"
:
"d88a79206f804265aaec3743bd85574e"
,
"status"
:
0
}
```
\ 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