Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
shuidiapp
shuidiapp
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • shuidiappshuidiapp
  • Wiki
  • part_comment

part_comment · Changes

Page history
wangqs created page: part_comment authored Jan 06, 2017 by 互联网应用开发's avatar 互联网应用开发
Show whitespace changes
Inline Side-by-side
Showing with 72 additions and 0 deletions
+72 -0
  • part_comment.md part_comment.md +72 -0
  • No files found.
part_comment.md 0 → 100644
View page @ 9d23d100
### 添加伙伴说
#### 调用地址
```
/out-api
```
#### 传参
```javascript
{
action: 'add_parter_comment',
open_status: 1,
cooperation_time: 1,
payment_timely: 1,
service: 1,
delivery_timely: 1,
product_quality: 1,
comment_message: 'bala bala',
phone:13888888,
code:验证码,
invite_id:邀请的id,
}
```
|传参|说明|是否必填|
|:---|:---|:---|
|action|接口名|是|
|open_status|是否公开公司名称|否,1为公开,0为不公开,默认为1|
|cooperation_time|合作时间|否,单位为年,0为未填写,默认为0|
|payment_timely|付款及时|否,0为未填写,1为及时,默认为0|
|service|服务评价|否,0为未填写,1为好,默认为0|
|delivery_timely|供货及时|否,0为未填写,1为及时,默认为0|
|product_quality|产品质量|否,0为未填写,1为质量好,默认为0|
|comment_message|文字评价|否,默认为''|
|phone|手机号码|否,默认为''|
|code|验证码|否,默认为''|
|invite_id|邀请id|否,默认为''|
|合作时间|value|
|:---|:---|
|合作时间1年|1|
|合作时间2年|2|
|合作时间3年|3|
|合作时间4年|4|
|合作时间5-10年|5|
|合作时间10-15年|10|
|合作时间15-20年|15|
|合作时间20-25年|20|
|合作时间25-30年|25|
|合作时间30年以上|30|
#### 返回值
```javascript
{
status: 1,
message: "您此前已经添加了对此公司的伙伴说啦!",
need_passwd:1,
need_audit:1,
partner_company_name_digest:'3lksadklfjlsa'
}
```
|返回值|说明|
|:---|:---|
| need_passwd |认领之前是否需要设置密码|
| need_audit |是否需要跳到认领|
#### 示例
http://shuidi.dev.pingansec.com/ptn-to-comment?action=add_partner_talk&talked_digest=123157cf8faa95a6107725c5177d6ee7ef8d
\ No newline at end of file
Clone repository
  • add_application
  • agree_application
  • api_desc
  • api_list
  • autobiography
  • base_info
  • branch
  • cancel_follow
  • change
  • change_applicant_name
  • change_avatar
  • change_logo
  • change_nickname
  • change_password
  • change_position
View All Pages