项目

一般

简介

任务分解 #178

企业年报(股权变更信息)

由 匿名用户 在 将近 8 年 之前添加. 更新于 将近 8 年 之前.

状态:
已关闭
优先级:
指派给:
-
目标版本:
开始日期:
2017-05-15
计划完成日期:
% 完成:

0%

预期时间:

描述

一、调用接口文件(ApplyEquityChangeFormTest.php)
1、添加接口调用
/*$data = array("data"=>array("type"=>"applyEquityChangeForms",
"attributes"=>array("beforeChangeEquityRatio"=>"beforeChangeEquityRatio",
"afterhangeEquityRatio"=>"afterhangeEquityRatio",
"date"=>"2010-01-01",
"executor"=>"executor",
"equityAmount"=>"equityAmount",
"assignee"=>"assignee",
"court"=>"court",
"content"=>"contentcontent",
"shareholderId"=>1,
"companyId"=>1,
"uid"=>1,
"userIdentification"=>1
)
)
);
$response = $client->request(
'POST',
'applyEquityChangeForms',
[
'haders'=>['Content-Type' => 'application/vnd.api+json'],
'json' => $data
]
);*/
2、编辑调用接口
$data = array("data"=>array("type"=>"applyEquityChangeForms",
"attributes"=>array("beforeChangeEquityRatio"=>"33beforeChangeEquityRatio",
"afterhangeEquityRatio"=>"33afterhangeEquityRatio",
"date"=>"2013-01-01",
"executor"=>"33executor",
"equityAmount"=>"e33quityAmount",
"assignee"=>"33assignee",
"court"=>"33court",
"content"=>"33contentcontent"
)
)
);
$response = $client->request(
'PUT',
'applyEquityChangeForms/33',
[
'haders'=>['Content-Type' => 'application/vnd.api+json'],
'json' => $data
]
);
3、调用单条
$response = $client->request('GET', 'applyEquityChangeForms/8',['haders'=>['Content-' => 'application/vnd.api+json']]);
4、调用多条
$response = $client->request('GET', 'applyEquityChangeForms',['haders'=>['Content-' => 'application/vnd.api+json']]);

历史记录

#1

由 匿名用户 更新于 将近 8 年 之前

  • 指派给 被设置为 匿名用户
#2

由 匿名用户 更新于 将近 8 年 之前

  • 状态新建 变更为 已解决
#3

由 匿名用户 更新于 将近 8 年 之前

  • 状态已解决 变更为 已关闭

导出 Atom PDF