Commit 192b33d0 authored by 孙磊's avatar 孙磊

yh

Signed-off-by: 孙磊's avatarsunlei <sunlei@romens.cn>
parent 9ad17d88
......@@ -41,6 +41,9 @@ return [
'POST,OPTIONS import-branch'=>'import-branch',
'GET,OPTIONS branch-detail' => 'branch-detail',
'GET,OPTIONS branch-services' => 'branch-services',
'GET,OPTIONS branch-sup-company' => 'branch-sup-company',
'GET,OPTIONS branch-sup-region' => 'branch-sup-region',
'GET,OPTIONS sup-company-region' => 'sup-company-region',
'GET,OPTIONS branch-transport-type'=>'branch-transport-type',
'POST,OPTIONS add-branch' => 'add-branch',
'PUT,OPTIONS revise-branch' => 'revise-branch',
......
......@@ -45,7 +45,7 @@ class ShopRbacRole extends BaseModel
[['PID'], 'string', 'max' => 6],
[['REMARK'], 'string', 'max' => 255],
[['UPDATE_TIME'], 'safe'],
[['UPDATE_USER_CODE'],'string']
[['UPDATE_USER_CODE'], 'string', 'max' => 50]
];
}
......
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