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
457e1933
Commit
457e1933
authored
Jul 15, 2020
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
5256b5ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
0 deletions
+53
-0
brg-user-center/app/front/entry/public/apidoc/platform/commonMsg.md
+53
-0
No files found.
brg-user-center/app/front/entry/public/apidoc/platform/commonMsg.md
View file @
457e1933
<a
name=
"menu"
href=
"/doc"
>
返回主目录
</a>
1.
[
短信验证码
](
#smsCode
)
1.
[
日志说明
](
#execLogs
)
1.
[
控制台总览-产品使用信息
](
#getProductUsageInfo
)
## **<a name="smsCode"> 短信验证码</a>**
[
返回到目录
](
#menu
)
...
...
@@ -64,3 +65,55 @@ identifyCode参数约定命名方式:文件名_方法名_日志类型
| orderDeliverySve_createApplyInfo_error | 创建申请实体异常 |
| needSolutionSve_sendSmsNotification_error | 发送短信通知异常(需求方案) |
## **<a name="getProductUsageInfo"> 控制台总览-产品使用信息</a>**
[
返回到目录
](
#menu
)
##### URL
[
/overview/action/statisticData/getProductUsageInfo
]
#### content-type `application/x-www-form-urlencoded`
#### HTTP请求方式 `POST`
#### 参数说明
| 参数名称 | 必选 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| interfaceName | 是 | string | 接口名,getVatProductUsageInfo:"增值电信产品使用信息",getBusinessRegistrationProductUsageInfo:"工商注册产品使用信息" |
| openId | 否 | string | 使用openId接入的业务使用,同时不会传uin和appid参数 |
| ownerUin | 否 | string | 主账号 |
| uin | 否 | string | 当前登录帐号 |
| appId | 是 | string | 主帐号appid |
| projectId | 是 | string | 项目id;-1为所有项目或者业务不分项目;0为默认项目。不使用时传0,需支持负数,默认为-1 |
```
javascript
{
"version"
:
"1.0"
,
"componentName"
:
"CONSOLE_LOGICAL_SERVER"
,
"eventId"
:
795200817
,
// 随机数
"seqId"
:
null
,
"spanId"
:
";1012923 "
,
"timestamp"
:
1584237799
,
// unix时间戳
"interface"
:
{
"interfaceName"
:
"getVatProductUsageInfo"
,
"para"
:
{
"openId"
:
"uyuhbf-jhbawef"
,
// 使用openId接入的业务使用,同时不会传uin和appid参数
"ownerUin"
:
"909619400"
,
// 主帐号uin
"uin"
:
"56627766"
,
// 当前登录帐号uin
"appId"
:
1255325
,
// 主帐号appid
"projectId"
:
1234
.
//项目id;-1为所有项目或者业务不分项目;0为默认项目。默认为-1
}
}
}
```
#### 返回结果
```
javascript
{
"returnCode"
:
0
,
// 0成功,非0失败
"returnMessage"
:
"ok"
,
// 接口失败时返回失败信息
"data"
:
{
"nums"
:
12
,
// 产品使用数量
"isOpen"
:
1
,
// 0未开通此产品;1已开通此产品
"unit"
:
"次"
// 产品使用数量单位
}
}
```
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