Commit 91c88b8a authored by shajiaiming's avatar shajiaiming

Merge branch 'TRADE-641' into 'master'

问题返回格式修改 Closes TRADE-641 See merge request !17
parents 4cb64b80 ea38f202
...@@ -133,19 +133,19 @@ class MerchantApplyQuestions ...@@ -133,19 +133,19 @@ class MerchantApplyQuestions
const GRUNP_LIST = [ const GRUNP_LIST = [
1 => [ 1 => [
'id' => 1, 'id' => 1,
'title' => '财务状况', 'title' => '一、财务状况',
], ],
2 => [ 2 => [
'id' => 2, 'id' => 2,
'title' => '投资经验', 'title' => '二、投资经验',
], ],
3 => [ 3 => [
'id' => 3, 'id' => 3,
'title' => '风险控制', 'title' => '三、风险控制',
], ],
4 => [ 4 => [
'id' => 4, 'id' => 4,
'title' => '其他信息', 'title' => '四、其他信息',
] ]
]; ];
......
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