文档
测试

注册(第五步)

POST
http://pujiangforum.mofyi.com/notifier/register/signPost

接口描述

demand 数组格式

请求参数

参数名
类型
描述
必填
type
int
示例:5
必填
notifier_id
int
示例:3
必填
demand
object
示例:“征集有科技创新力青年人的需求”——请让我们知道您最希望在在我们浦江创新论坛平台有哪些方面的收获为您提供哪些服务和机会资源(可多选)
必填
other_demand
string
示例:其他具体内容
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:提交成功
必填
data
object
数据字典
必填
token
string
必填

说明 / 示例

``` $demand = [ 0 => '1', 1 => '1', ...... ]; ```