注册(第三步) websocket测试 POST http://pujiangforum.mofyi.com/notifier/register/signPost 接口描述 type = 3 请求参数 参数名 类型 描述 必填 type int 示例:3 必填 notifier_id int 示例:3 必填 education_experience object 示例: 必填 start_time string 开始年月 2020-01-10 必填 end_time string 结束年月 2020-01-10 必填 school string 学校 必填 college string 学院 必填 professional string 专业 必填 direction string 方向 必填 degree string 学位 必填 响应参数 参数名 类型 描述 必填 code int 示例:1 必填 msg string 示例:下一步 必填 data object 数据字典 必填 notifier_id string 示例:3 必填 说明 / 示例 ``` $education_experience = [ 0 => [ 'start_time' => '2020-01-10', 'end_time' => '2020-01-10', 'school' => '学校', 'college' => '学院', 'professional' => '专业', 'direction' => '方向', 'degree' => '学位' ]; 1 => [ 'start_time' => '2020-01-10', 'end_time' => '2020-01-10', 'school' => '学校', 'college' => '学院', 'professional' => '专业', 'direction' => '方向', 'degree' => '学位' ]; ]; ```
``` $education_experience = [ 0 => [ 'start_time' => '2020-01-10', 'end_time' => '2020-01-10', 'school' => '学校', 'college' => '学院', 'professional' => '专业', 'direction' => '方向', 'degree' => '学位' ]; 1 => [ 'start_time' => '2020-01-10', 'end_time' => '2020-01-10', 'school' => '学校', 'college' => '学院', 'professional' => '专业', 'direction' => '方向', 'degree' => '学位' ]; ]; ```