Commit 2b58af96 authored by quwei's avatar quwei 🤸🏼

Upload New File

parent aba43531
Pipeline #3697 canceled with stages
# 手动发放成长值
> URL: http://localhost:13021/jac/accumulate/growth/grant/manual
>
> Origin Url: http://localhost:13021/jac/accumulate/growth/grant/manual
>
> Type: POST
### Request headers
|Header Name| Header Value|
|---------|------|
|Token|5bf30e459b854767b243906e4df74b56|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Body parameters
###### JSON
```
{
"phones": "15702498551",
"growthItem": "测试手动发放",
"growthValue": 6800
}
```
###### JSON document
```
{
"versionType":"No comment,Value =versionType_ojsli",
"autoIncreaseId":"No comment,Value =1",
"page_total":"No comment,Value =page_total_fw6nz",
"growthItem":"成长项,必填,最多30字",
"userAttribute":"No comment,Value =userAttribute_khpcd",
"phones":"手机号,英文逗号分隔,最多100个",
"sort":"No comment,Value =sort_dz9c3",
"userId":"No comment,Value =userId_ie5gf",
"version":"No comment,Value =version_6ptrn",
"growthValue":"成长值分值,非0整数,最大9999",
"orgId":"No comment,Value =orgId_46aw2",
"token":"No comment,Value =token_knnuj",
"accPhone":"No comment,Value =accPhone_58bnt",
"page_number":"No comment,Value =page_number_iwdb6",
"sortType":"排序方式:1-升序、0-降序",
"appType":"No comment,Value =appType_1spbx",
"accId":"No comment,Value =accId_isez0",
"accountNickname":"No comment,Value =accountNickname_t9mi4",
"page_size":"No comment,Value =page_size_lk1dw",
"ucId":"No comment,Value =ucId_0usnn",
"authentication":"No comment,Value =RSA"
}
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "发放成功",
"traceId": "0f4904e977678980",
"data": {
"successCount": 1,
"failCount": 0,
"failUserIds": []
}
}
```
##### Response document
```
{
"traceId":"接口响应ID",
"data":{},
"resultCode":"状态码",
"message":"状态码对应的信息"
}
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment