Commit 0458b207 by 王昆

gsb

parent ccd473c3
...@@ -242,7 +242,8 @@ ...@@ -242,7 +242,8 @@
| 参数名 | 参数类型 | 必选项 | 备注 | | 参数名 | 参数类型 | 必选项 | 备注 |
| ------ | -------- | ------ | -------------------- | | ------ | -------- | ------ | -------------------- |
| id | STRING | 必填 | 业务ID | | id | STRING | 必填 | 业务ID |
| mobile | STRING | 必填 | | | mobile | STRING | 必填 | 电话 |
| enterprise | STRING | 必填 | 企业名称 |
#### 参数示例 #### 参数示例
...@@ -252,6 +253,7 @@ ...@@ -252,6 +253,7 @@
"actionBody": { "actionBody": {
"id":"xxx", //服务ID "id":"xxx", //服务ID
"mobile":"xxx",//电话 "mobile":"xxx",//电话
"enterprise":"xxx",//企业名称
} }
} }
``` ```
...@@ -265,4 +267,4 @@ ...@@ -265,4 +267,4 @@
"data":"ok" "data":"ok"
"requestid":"453c672537b8469d848e4c2899273d4d" "requestid":"453c672537b8469d848e4c2899273d4d"
} }
``` ```
\ No newline at end of file
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